AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
312 stars 133 forks source link

Android Search Input not focusing. #158

Open esaulopezTek opened 9 months ago

esaulopezTek commented 9 months ago

I will have to get permission to get you some code but, I have a component that I made called Search State. The data is static, and when I open the drop down everything works great but the search input is not focused. Is there any common mistakes that may cause this? This only occurs on android devices.

esaulopezTek commented 9 months ago

image This is how I have it setup in my Component. The component is within a Flatlist Header Component.

tstolc commented 5 months ago

The keyboard does not appear on Android when I open dropdown with search enabled. It works on iOS.

Screenshot_1707138953 Simulator Screenshot - iPhone 15 Pro - 2024-02-05 at 14 15 59

Whitelistedd commented 3 months ago

also having the same issue