tbleckert / react-select-search

⚡️ Lightweight select component for React
https://react-select-search.com
MIT License
676 stars 149 forks source link

Setting multiple values with an array fails #140

Closed chuksjoe closed 3 years ago

chuksjoe commented 3 years ago

I've been trying to set the default value of a select element with multiple flag to an array ([1, 4]), but it keeps on throwing an error: image Please, how can this be fixed?