pankod / react-native-picker-modal-view

An unified React Native Picker Modal component for iOS and Android.
204 stars 56 forks source link

Double tap to select item from the dropdown list #41

Open rohan-paul opened 5 years ago

rohan-paul commented 5 years ago

Upon tapping on any list-item,keyboard gets closed first and then item is selected when I tap again. Basically it takes double taps to select an item. First hides the keyboard. Second selects the item.

I have tried including keyboardShouldPersistTaps={"always"} but did not work.

issue-label-bot[bot] commented 5 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.81. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

omeraplak commented 5 years ago

Hi @rohan-paul , Thanks for reaching us. We have added this feature to our backlog. We’ll update it soon.