Skip to content
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

if the value is 0 don't focus the next field when there is a max value set. #605

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Moleesh
Copy link

@Moleesh Moleesh commented Apr 25, 2023

No description provided.

@Moleesh
Copy link
Author

Moleesh commented Apr 25, 2023

when u set a max month to say 5
then enter 0 in th emonth field it will automatically go to the next focus field

@Moleesh
Copy link
Author

Moleesh commented Apr 25, 2023

Regarding this bug : this bug only happens when we have a max date set with single digit month or day or year example (1/1/1)
in case of year field if the user enters 0 then it will got to the month field since year is always more that 2000 we can ignore the year field.
in case of month year has to 1 and in month field if the user enter 0 it will go to the date field (this is the reported issue)
in case of date field both year and month should be 1 and user enter 0 but if date is the last field then we wont have issue

If possible can i get a snapshot for this verison ?

@Moleesh

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant