toystars / react-native-multiple-select

Simple multi-select component for react-native
MIT License
565 stars 313 forks source link

Cannot select items while keyboard open #186

Closed shanu95 closed 3 years ago

shanu95 commented 3 years ago

I'm using multiselect inside scrollview and when keyboard is opened to search multiselect items and when i select item, first it closes the keyboard then only i can select. how can i select items while keyboard is open? im also added keyboardShouldPersistTaps='handled' in scrollview. still the same. any fix for this?

shanu95 commented 3 years ago

flatListProps={{keyboardShouldPersistTaps: 'handled'}} adding this property fixed the issue.