You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On type text is working perfect but on email type I get this:
Uncaught InvalidStateError: Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('email') does not support selection. jquery.keyboard.js:1728.
There is a solution for it?
Thanks
The text was updated successfully, but these errors were encountered:
Ok, now there shouldn't be an error when opening the keyboard in an email or number input. Sorry about that. The fix is currently available within the working branch of the repository.
On type text is working perfect but on email type I get this:
Uncaught InvalidStateError: Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('email') does not support selection. jquery.keyboard.js:1728.
There is a solution for it?
Thanks
The text was updated successfully, but these errors were encountered: