Completed
Last Updated: 12 Jan 2024 15:48 by ADMIN
Release 5.1.0 (31 Jan 2024) (R1 2024)
Stefan
Created on: 05 Dec 2023 11:52
Category: DateInput
Type: Bug Report
3
DateInput displays wrong date after programmatic clear

The DateInput and all related date/time pickers display 1970/1/1 after programmatic Value clearing and subsequent focus.

The behavior was correct until version 4.6.0 inclusive.

<TelerikDateInput @bind-Value="@DatePickerValue"
                  Width="200px">
</TelerikDateInput>

<TelerikButton OnClick="@( () => DatePickerValue = default )">Clear Value</TelerikButton>

@code {
    private DateTime? DatePickerValue { get; set; } = DateTime.Now;
}

2 comments
ADMIN
Hristian Stefanov
Posted on: 20 Dec 2023 21:23

Hi Stefan,

I confirm that the status is still "Unplanned" at this stage. That means no specific time frame has been assigned yet. As soon as we move a task to the short-term backlog, the status will change to "Planned" and most likely a release number will appear as well.

Things are dynamic, and the best way to stay updated with the item status is to continue tracking the public item here. It's also worth noting that regression bugs like this have a higher priority in our backlog.

Regards,
Hristian Stefanov
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources!
Stefan
Posted on: 20 Dec 2023 13:45

It is planned for Release 5.1.0?