You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to enter a number greater than 12 into a DatePicker field segment with hourCycle set to 24, the segment defaults the first digit to 0 (i.e. 22 -> 02, 15 -> 05 etc) which makes inputting times impossible. Selecting a date via the calendar correctly sets the value to 24 though 9although it should probably be 0:00, but that's already covered by another issue.
Describe the bug
When trying to enter a number greater than 12 into a DatePicker field segment with hourCycle set to 24, the segment defaults the first digit to 0 (i.e. 22 -> 02, 15 -> 05 etc) which makes inputting times impossible. Selecting a date via the calendar correctly sets the value to 24 though 9although it should probably be 0:00, but that's already covered by another issue.
Reproduction
https://stackblitz.com/edit/sveltejs-kit-template-default-nvqn6t
Logs
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: