raynor85 / react-native-material-selectize

A React Native component inspired to Selectize which follows Material Design guidelines.
MIT License
55 stars 32 forks source link

dropdown items require double tab inside ScrollView #18

Closed c-moss-talk closed 5 years ago

c-moss-talk commented 5 years ago

Is this the expected behavior on mobile? If I'm following the code correctly, it seems blur is preventing onPress and that timeout allows you 150ms to achieve the second press.

c-moss-talk commented 5 years ago

ok, my bad, didn't realize the route I'm using this in is using ScrollView. Anyone encountering this should

    <ScrollView keyboardShouldPersistTaps='handled'>