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
Currently, when the format property of the DateInput is set to "d/M/y", allowCaretMode is enabled, and the user enters a single-digit day and month, entering a multi-digit year in the component is not possible.
When allowCaretMode is enabled and the format is set to "d/M/y", the user cannot enter a multi-digit year when the day and month are single digits.
Expected Behavior
The user should be able to enter a multi-digit year regardless of the setting of the allowCaretMode and format properties as well as the values for the day and month.
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
The text was updated successfully, but these errors were encountered:
georgi-sla
changed the title
DateInput with allowCaretMode set to true and format="d/M/y" does not allow to input a multi-digit year
DateInput/DatePicker with allowCaretMode set to true and format="d/M/y" does not allow to input a multi-digit year
Apr 3, 2025
Description
Currently, when the format property of the DateInput is set to "d/M/y", allowCaretMode is enabled, and the user enters a single-digit day and month, entering a multi-digit year in the component is not possible.
Steps To Reproduce
Please, check out the following StackBlitz demo: https://stackblitz.com/edit/angular-zwfs95xr
Screenshots or video
No response
Actual Behavior
When allowCaretMode is enabled and the format is set to "d/M/y", the user cannot enter a multi-digit year when the day and month are single digits.
Expected Behavior
The user should be able to enter a multi-digit year regardless of the setting of the allowCaretMode and format properties as well as the values for the day and month.
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
The text was updated successfully, but these errors were encountered: