-
Notifications
You must be signed in to change notification settings - Fork 723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keyboard not showing up when unvalid #62
Comments
Hiya! Are you using the latest version? There was an issue with changing the input focus that should have been fixed. |
I was using v1.9.12 Now upgraded to the latest version, but the issue remains |
Could you please modify this demo to duplicate the issue. Thanks! |
http://jsfiddle.net/Em8sG/1035/ I found where the problem is. Setting the autoAccept option on true prevents opening the keyboard again. |
Thanks for the demo of the problem! Sorry I've been extremely busy, but I will try to look into this issue some time this week. Thanks for your patience. |
I believe I've fixed this issue, please test it out throughly for me ;) Thanks again! |
Hi,
I have 2 input fields to show the keyboard and making use of the validate function.
When an input field is not valid and i focus the other input and go back to the first input, the keyboard won't show up anymore.
Thanks in advance.
The text was updated successfully, but these errors were encountered: