Open divan opened 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.
number
string
array
multiple
Currently SelectField works fine, but throws an error of incorrect props type.
SelectField component accepts value of types either
number
orstring
, while original SelectField can also acceptarray
ifmultiple
mode is enabled.Currently SelectField works fine, but throws an error of incorrect props type.