-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
Description
Hello! Component is great and really useful, many thanks for this :)
I'm trying to using .focus() method (with the ref) but on Android is not automatically opening the dialog/dropdown (tried with both modes).
How can I open the dialog programmatically?
I need this because I'd like to automatically open the select after pressing next while I'm on a previous TextInput in my form alike view.
On iOS .focus works correctly (opens the keyboard). Can I open the dialog/dropdown on Android too?
Thank you sir!