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.74k stars 499 forks source link

Is it possible to imperatively focus the picker? #366

Closed stevejboyer closed 3 years ago

stevejboyer commented 3 years ago

If I have a ref to a regular React Native form element, like a TextInput, I can call myInputRef.focus(). As far as I can tell, this doesn't exist on react-native-picker-select. Does anyone know if I'm wrong or if there is another way to achieve it? Thanks!

lfkwtz commented 3 years ago

@stevejboyer this issue was automatically closed because it did not follow one of the available issue templates. See here for available options.