lawnstarter / react-native-picker-select

🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android
https://npmjs.com/package/react-native-picker-select
MIT License
1.73k stars 491 forks source link

Dismiss the keyboard when the picker opens on android #501

Open bernhardoj opened 1 year ago

bernhardoj commented 1 year ago

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

lfkwtz commented 8 months ago

can you add tests?