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

[DateInput, TimePicker, DateTimePicker] Inconsistent time setting when formatting is used #4478

Open
yanmariomenev opened this issue Dec 2, 2024 · 0 comments

Comments

@yanmariomenev
Copy link
Contributor

yanmariomenev commented Dec 2, 2024

Description

If formatting is used and the user tries to type "01," it will not move to the next segment. For example, to set "01:00," the user would need to type "0100," but this will result in "10:00," which is inconsistent with the behavior in our newer versions. However, in much older versions like v11.3.0, this issue does not occur (example).

The issue is related to the common package.

Steps To Reproduce

Open our formatting page or StackBlitz demo and type 0100 which will result in 10:00, instead of 01:00.

Screenshots or video

Screen.Recording.2024-11-25.at.14.13.30.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants