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 autoCorrectParts is set to false (its default value is true), entering a two-digit day fails on the second attempt.
For example, in an empty DateInput, entering 26 correctly results in the 26th day. However, if the value is then cleared and you attempt to enter 26 again, the component no longer accepts it as a two-digit day. Instead, it interprets the input as 02/06:
Screen.Recording.2026-06-26.at.16.14.06.mov
Steps To Reproduce
Add a DateInput with [format]="'dd.MM.yyyy'" and [autoCorrectParts]="false".
Set a date value so the component shows e.g. "26/06/2026".
Press Backspace — date is cleared to the placeholder "dd/MM/yyyy".
Description
When
autoCorrectPartsis set to false (its default value is true), entering a two-digit day fails on the second attempt.For example, in an empty DateInput, entering 26 correctly results in the 26th day. However, if the value is then cleared and you attempt to enter 26 again, the component no longer accepts it as a two-digit day. Instead, it interprets the input as 02/06:
Screen.Recording.2026-06-26.at.16.14.06.mov
Steps To Reproduce
[format]="'dd.MM.yyyy'"and[autoCorrectParts]="false"."26/06/2026"."dd/MM/yyyy".https://stackblitz.com/edit/angular-gzvptqbt
Screenshots or video
No response
Actual Behavior
Valid date cannot be inserted when
autoCorrectPartsis false.Expected Behavior
Valid dates should be able to be inserted in the date input.
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