We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setting openOn to null in order to not have the keyboard revealed when the input element gets focus does not have any effect in version 1.23.1.
The issue is demonstrated in this jfiddle (not made by me):
http://jsfiddle.net/Mottie/egb3a1sk/219/
Placing focus on the input box shows the keyboard even if openOn is set to null.
The problem is not present in 1.22.6.
Thanks for creating a very useful piece of software :)
Kind regards
André Lynum
The text was updated successfully, but these errors were encountered:
Hi @andrely!
Hmm yeah, that is a problem... it looks like the keyboard is being triggered by the mousdown event. I'll have that fixed ASAP!
Sorry, something went wrong.
0aa3c4e
No branches or pull requests
Setting openOn to null in order to not have the keyboard revealed when the input element gets focus does not have any effect in version 1.23.1.
The issue is demonstrated in this jfiddle (not made by me):
http://jsfiddle.net/Mottie/egb3a1sk/219/
Placing focus on the input box shows the keyboard even if openOn is set to null.
The problem is not present in 1.22.6.
Thanks for creating a very useful piece of software :)
Kind regards
André Lynum
The text was updated successfully, but these errors were encountered: