AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
320 stars 137 forks source link

Fix #73: add keyboardShouldPersistTaps prop to tap once when search text input is focused #77

Closed ruziev-dev closed 2 years ago

ruziev-dev commented 2 years ago

It has to fix Issue #73

AdelRedaa97 commented 2 years ago

I've tried it, but it still needs to click twice, the first one is to dismiss the keyboard and the second is to select from the dropdown.

AdelRedaa97 commented 2 years ago

keyboardShouldPersistTaps="always" Should be added also in the parent Scrollview or Flatlist when the dropdown component is inside a scrollview component.

https://github.com/facebook/react-native/issues/28860#issuecomment-630457205