We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
If the value entered 0 don't focus the next field when there is a max value set to sigle digit month/date
To reproduce the issue we need to set the year first to the right year
example min, max is 2023/04/01
type year to 2023 then come to month and type 0 it will go to the day
It should stay in the current field month/day
It goes to the next field
potentianl fix #605
It hppens to year field if the max year is in single digit or let say 1/1/100
and user types 0100
The text was updated successfully, but these errors were encountered:
Any update on this isssue ?
Sorry, something went wrong.
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days.
This issue was closed because it has been stalled for 14 days with no activity.
Is there any posssiblity to look into this issue ?
No branches or pull requests
Before you start - checklist
Description
If the value entered 0 don't focus the next field when there is a max value set to sigle digit month/date
Steps to reproduce
To reproduce the issue we need to set the year first to the right year
example min, max is 2023/04/01
type year to 2023 then come to month and type 0 it will go to the day
Expected behavior
It should stay in the current field month/day
Actual behavior
It goes to the next field
Additional information
potentianl fix #605
It hppens to year field if the max year is in single digit
or let say 1/1/100
and user types 0100
Environment
The text was updated successfully, but these errors were encountered: