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

It's possible to type three digits in the final time field #115

Closed
ivanjonas opened this issue Jul 1, 2020 · 1 comment
Closed

It's possible to type three digits in the final time field #115

ivanjonas opened this issue Jul 1, 2020 · 1 comment

Comments

@ivanjonas
Copy link

It seems that the final date field accepts three digits. In some scenarios the third digit disappears, while in others it sticks around even after the component loses focus. The good news is that I wasn't able to force the input to accept an invalid number (such as 060) but the third digit is confusing some of my app's users.

We can see three-digits working in the demo website with both all-zeroes and with a number that evaluates to a valid second (000 - 059 are valid)
image

image

The component, styled for my own app, omits the Seconds field, but you can see the three-digit problem with other fields, and it's possible to put triple digits in multiple fields.
image

Is this intentional and serves some niche purpose, or is this an unexpected UI bug?

@ivanjonas
Copy link
Author

Look like a duplicate of #84, although I couldn't find it with key words. Stumbled across it while browsing through the outstanding issues. I'll close this one!

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

No branches or pull requests

1 participant