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
Imagine: timepicker on a textbox with placeholder="hh:mm" then setDefaultTime=false.
By inserting an incorrect value in the texbox as a literal string, the control arbitrarily sets the time to "0:00 AM"!
I think it's a serious bug, many users don't watch the monitor while writing, this bug could allow the submit of the form with unwanted data.
Solutions that I would like in case of incorrect input:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Imagine: timepicker on a textbox with placeholder="hh:mm" then setDefaultTime=false.
By inserting an incorrect value in the texbox as a literal string, the control arbitrarily sets the time to "0:00 AM"!
I think it's a serious bug, many users don't watch the monitor while writing, this bug could allow the submit of the form with unwanted data.
Solutions that I would like in case of incorrect input:
The text was updated successfully, but these errors were encountered: