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;
}
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
It is planned for Release 5.1.0?