zubairpaizer / react-native-searchable-dropdown

Searchable Dropdown
148 stars 98 forks source link

Issue when placed inside ScrollView #37

Open Rkleib opened 4 years ago

Rkleib commented 4 years ago

if I put this inside ScrollView there's a warning and the alert when selecting the item is not working. all working fine when not using ScrollView

Korno91 commented 4 years ago

It was already answered - you need to add keyboardShouldPersistTaps="handled" to your ScrollView

kitkline commented 4 years ago

Awesome thanks