react-native-dropdown-picker
react-native-dropdown-picker copied to clipboard
Updating programmatically the search text and update filter doesn't work
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.