Unplanned
Last Updated: 07 Feb 2025 07:02 by Andrea
Andrea
Created on: 07 Feb 2025 07:02
Category: DateInput
Type: Bug Report
1
AllowCaretMode="true" causes the caret to jump to the end of the input

When the DateInput value is in February, AllowCaretMode is true and you type a date of 30 or 31, the caret will jump to the end of the textbox content, after the year segment.

Here is a test page: https://blazorrepl.telerik.com/cpkmugvl11AMdpgn21

<TelerikDateInput @bind-Value="@DateInputValue"
                             Format="dd/MM/yyyy"
                             AutoCorrectParts="false"
                             AutoSwitchParts="true"
                             AllowCaretMode="true"
                             Width="200px" />

 

0 comments