Keyboard
Keyboard copied to clipboard
Automatically opening keyboard
Hi, thanks for this useful library.
I'm having a problem, i'm using this keyboard in a form with some required input fields. When i have empty fields and i submit the form the keyboard will automatically open, and i don't want this. There are a parameter to setup this?
Hi @oscardimanno!
The openOn option is set to 'focus' by default. I'm not sure how empty fields would cause the keyboard to open unless you have something in your code that focuses those inputs. Validation code maybe?