Keyboard icon indicating copy to clipboard operation
Keyboard copied to clipboard

Automatically opening keyboard

Open oscardimanno opened this issue 5 years ago • 1 comments

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?

oscardimanno avatar Nov 24 '20 11:11 oscardimanno

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?

Mottie avatar Nov 24 '20 12:11 Mottie