final-form-material-ui
final-form-material-ui copied to clipboard
[Select] Added support to `multiple` props
If you try to use the props multiple
in the current build, the component won't work, since it expect an array as initial value
and instead will receive either null
or ''