hoaphantn7604 / react-native-element-dropdown

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

unfiltered data even when Search text is added when keyboard is closed and when keyboard is opened user unable see the options. #288

Open rajavarri opened 3 months ago

rajavarri commented 3 months ago

"react-native-element-dropdown": "^2.12.0", "react-native": "0.71.7" Issue 1: Unable to see dropdown options when keyboard is opened Issue 2: When search text is entered and then if we close keyboard, even if we text in search input, we cannot see filtered data, we are getting whole array(instead of filtered one). Adding screenshots below :

issue1 issue2

Lacerda53 commented 2 months ago

same