tbleckert / react-select-search

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

Add undefined support for value #127

Closed UnclespaceGroup closed 3 years ago

UnclespaceGroup commented 3 years ago

In many cases, I need to have an option with a value of undefined in value to reset the field. At this time, a warning appears in the console. Please correct it.

manvydasu commented 3 years ago

Can't you use null instead?

UnclespaceGroup commented 3 years ago

image Null get same error

manvydasu commented 3 years ago

What about this approach? https://github.com/tbleckert/react-select-search/issues/122

UnclespaceGroup commented 3 years ago

okay, many thanks!