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 starting with an TimePicker Component that holds a value of null to represent an empty inital state, it is no longer possible to input an hour value > 19 by typing.
When using the arrow keys or the Drop-List it is still possible.
We see this problem since 25.03 in our CI Pipeline which found this regression.
We did not update Kendo, Playwright or other components.
We see this problem since 26.03 in our production environment without having deployed a change.
Hypothesis: Daylight Saving changes are due next Sunday. Maybe this provokes this behaviour?
Description
When starting with an TimePicker Component that holds a value of
nullto represent an empty inital state, it is no longer possible to input an hour value > 19 by typing.When using the arrow keys or the Drop-List it is still possible.
We see this problem since 25.03 in our CI Pipeline which found this regression.
We did not update Kendo, Playwright or other components.
We see this problem since 26.03 in our production environment without having deployed a change.
Hypothesis: Daylight Saving changes are due next Sunday. Maybe this provokes this behaviour?
Steps To Reproduce
https://stackblitz.com/edit/angular-zafjyowz?file=src%2Fapp%2Fapp.component.ts
Click into a TimePicker component which has an empty state (
null, displays placeholder).Hit the following Keys sequentially: 2330
Screenshots or video
Bildschirmaufnahme.2026-03-26.um.17.29.06.mov
Actual Behavior
Input of 2330 sets the value to 03:30
Expected Behavior
Input of 2330 sets the value to 23:30
Browser
Chrome
Browser version
latest
OS type
MacOS
OS version
No response
Last working version of the Kendo UI for Angular package (if regression).
No response