toystars / react-native-multiple-select

Simple multi-select component for react-native
MIT License
566 stars 315 forks source link

Keep keyboard open #113

Open ganholete opened 5 years ago

ganholete commented 5 years ago

Hi guys!

Is it possible to select items and keep the keyboard open?

Thank you.

shanu95 commented 3 years ago

Yes. You need to add this property to Multiselect. flatListProps={{keyboardShouldPersistTaps: 'handled'}}