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
320 stars 137 forks source link

Not selecting on first click. #73

Closed kali-musquare closed 1 year ago

kali-musquare commented 2 years ago

i'm using this component inside ScrollView(in parent component)->Array.Map->Child Component(react-native-select-dropdown);

AdelRedaa97 commented 2 years ago

If the button is inside a scrollview or flatlist you have to add keyboardShouldPersistTaps="always" prop in the parent scrollview or flatlist

kali-musquare commented 2 years ago

already used keyboardShouldPersistTaps="always" but no use.

closed ticket.

AdelRedaa97 commented 2 years ago

Which version do you use?

waymond91 commented 1 year ago

I am also having this problem on Android. Items on the drop down have to be selected twice.

AdelRedaa97 commented 1 year ago

Which version do you use?