Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

formsy select is not working properly. i couldnt see the drop down #134

Open
srinivaasang1 opened this issue Sep 6, 2016 · 5 comments
Open

Comments

@srinivaasang1
Copy link

import React from 'react'
import Formsy from 'formsy-react'
import getMuiTheme from 'material-ui/styles/getMuiTheme'
import MuiThemeProvider from 'material-ui/styles/MuiThemeProvider'
import Paper from 'material-ui/Paper'
import RaisedButton from 'material-ui/RaisedButton'
import MenuItem from 'material-ui/MenuItem'
import { FormsyCheckbox, FormsyDate, FormsyRadio, FormsyRadioGroup,
FormsySelect, FormsyText, FormsyTime, FormsyToggle } from 'formsy-material-ui/lib'


<MenuItem value={'never'} primaryText="Never" />
<MenuItem value={'nightly'} primaryText="Every Night" />
<MenuItem value={'weeknights'} primaryText="Weeknights" />

@Patrik-Glendell
Copy link

selectFieldItems seems to not be implemented in the example, i think you would need to populate it with your own menuItems.

@jmsherry
Copy link

Yes, it looks like the menuItems prop was deprecated.
See #40

@ryanblakeley
Copy link
Collaborator

@srinivaasang1 were you able to solve your issue or do we need to look at this as a potential bug still?

@advance512
Copy link

Update?

@vesteinn
Copy link

Putting this at the top of my file (after install) solved it

import injectTapEventPlugin from 'react-tap-event-plugin';
injectTapEventPlugin();

See http://www.material-ui.com/#/get-started/installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants