hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
970 stars 294 forks source link

Updating programmatically the search text and update filter doesn't work #606

Open gabrieleaielli opened 1 year ago

gabrieleaielli commented 1 year ago

Hello, I have implemented a dropdown with a search text box. If I change the value of the search with the keyboard, the results are filtered correctly; if, on the other hand, I change the value from the outside (eg with the click of a button), the filter does not work. How can I update the element filter? A thousand thanks.