DatePicker Blazor Wasm .net 6.0

I added DateTimePicker
<RadzenDatePicker id="scheduletimestamp" TValue="DateTime?" @bind-Value=@DataExportItemEdit.TimeStampStartScheduled ShowTime="true" ShowSeconds="false" Change=@(args => OnChangeSceduledTimestamp(args, "DatePicker with time", "dd/MM/yyyy HH:mm")) DateFormat="dd/MM/yyyy HH:mm" Class="w-100" />

Selecting the Date works, but Time can only be set by the up/down arrows. I can set the hours by keyboard input, but the value is reset to 0 when I tab to the minustes and vice versa, or I press the OK button.

Hi @grsgrs,

I see that you are handling the Change event - can you try removing the handler to see if it makes any difference? Also can you reproduce this behavior in our online demos?

Hi korchev
You can reproduce this behaviour in your online demos, for instance "DatePicker with time" shows this behaviour

Best regards
Gunter

Reproduced the problem. We will try to fix it with the next release.