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

Dismiss the keyboard when the picker opens on android

Open bernhardoj opened this issue 2 years ago • 1 comments

Currently, we dismiss the soft keyboard when the picker opens, but only on iOS. This PR is trying to achieve the same behavior on Android, so both platform behavior is consistent.

Issue: https://github.com/lawnstarter/react-native-picker-select/issues/123

bernhardoj avatar Mar 10 '23 14:03 bernhardoj

can you add tests?

lfkwtz avatar Nov 16 '23 20:11 lfkwtz