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
200 stars 89 forks source link

Search results persist after pressing the 'x' #48

Closed jadonhansen closed 1 year ago

jadonhansen commented 1 year ago

When conducting a search, either the list will be filtered to contain less results are no results at all. When the 'x' is pressed it closes the dropdown and clears the search term but does not reset the list items being shown. This could be quite confusing to a user. A user has to start typing again and backspace all the characters to see all the list items again.

danish1658 commented 1 year ago

Has been fixed in new version, please wait for update

ArdaYucesan commented 9 months ago

This issue still happening to me with the version "react-native-dropdown-select-list": "^2.0.0", is there spesific version should i use ?