Mottie / Keyboard

Virtual Keyboard using jQuery ~

Home Page:http://mottie.github.io/Keyboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically opening keyboard

oscardimanno opened this issue · 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?

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?