-
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 for date fields #754
Comments
Hi @AnReZa! Please see this comment: #753 (comment) Essentially, the "date" type input is incompatible with this library. |
Updated the FAQ |
Maybe you could throw an error straight away, when the |
Ah, yes you're right. It should throw an error right away. |
This fix is to be considered a breaking change since previously, the preview for a |
I realized, that if you put the on-screen keyboard on a date type field, it will crash. It is not possible to close that keyboard by tapping enter or continue. The app/site is stuck then.
The input field is contained in a bootstrap modal. The okHandler method closes this modal.
Here's the error message from the browser console:
The text was updated successfully, but these errors were encountered: