akuzko / react-form-material-ui

material-ui input bindings for react-form-base
MIT License
7 stars 2 forks source link

SelectField multiple option #2

Open divan opened 7 years ago

divan commented 7 years ago

SelectField component accepts value of types either number or string, while original SelectField can also accept array if multiple mode is enabled.

Currently SelectField works fine, but throws an error of incorrect props type.