danish1658 / react-native-dropdown-select-list

☝️ React Native Select List Equivalent to Html's Select with options"
https://www.npmjs.com/package/react-native-dropdown-select-list
MIT License
207 stars 97 forks source link

Trim input on search function #124

Open FCruzV10 opened 2 months ago

FCruzV10 commented 2 months ago

When the user starts a search with a blank space, the component immediately throws 'Not options found'. It would be a lot better to trim user input for the search too.