react-native-dropdown-picker icon indicating copy to clipboard operation
react-native-dropdown-picker copied to clipboard

Can't select item in multi choices when search text input is focused and keyboard open

Open Mystogan33 opened this issue 1 year ago • 2 comments

Hello there !

When using the component with the searchable prop, if we type in the text input then trying to select an option, the click is not take into account. The input just loses focus, the keyboard close and option is not selected. I don't know if this is a bug or a possible feature but i would like to be able to select options while still have the focus on the input or at least to have the option selected.

Reproductible on the example if we add the searchable prop.

By the way, if anyone has the solution for this, any help is appreciated :)

Mystogan33 avatar Feb 15 '24 11:02 Mystogan33

flatListProps={{ keyboardShouldPersistTaps: "always", }} You can add this prop in DropDownPicker

Abhishekk63 avatar Apr 26 '24 05:04 Abhishekk63