react-native-select-dropdown icon indicating copy to clipboard operation
react-native-select-dropdown copied to clipboard

Not selecting on first click.

Open kali-musquare opened this issue 2 years ago • 5 comments

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

kali-musquare avatar Jun 20 '22 17:06 kali-musquare

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

AdelRedaa97 avatar Jul 02 '22 12:07 AdelRedaa97

already used keyboardShouldPersistTaps="always" but no use.

closed ticket.

kali-musquare avatar Jul 03 '22 13:07 kali-musquare

Which version do you use?

AdelRedaa97 avatar Jul 03 '22 15:07 AdelRedaa97

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

waymond91 avatar Sep 15 '22 07:09 waymond91

Which version do you use?

AdelRedaa97 avatar Oct 18 '22 20:10 AdelRedaa97