hoaphantn7604 / react-native-element-dropdown

A react-native dropdown component easy to customize for both iOS and Android.
MIT License
1.01k stars 173 forks source link

Persist search query in search bar #283

Open kurucaner opened 5 months ago

kurucaner commented 5 months ago

I am using your dropdown library in my React Native app, which includes a search bar. When I select an item from the dropdown, the dropdown closes as expected. However, when I reopen the dropdown, the search query in the search bar is reset. I would like the search query to persist when reopening the dropdown.

Steps to Reproduce:

Expected Behavior: When the dropdown is reopened, the search query should remain in the search bar.

Actual Behavior: When the dropdown is reopened, the search query is cleared from the search bar.

Any advice on how to achieve this behavior?