Using the Radzen DatePicker with Time enabled and with AllowClear="true" does not work as expected. When clicking the "Clear" button, the Date + Time is removed, but when selecting a new date or just pressing OK on the DatePicker a second time reverts the time to the previous selected time.
Repro steps:
- Create a DatePicker with Time enabled and AllowClear enabled
- Select a Date e.g. 17/10/2023 05:00
- Press clear (see that everything is reset)
- Press the same date as previous e.g. 17/10/2023 (see that the time reverts back to 05:00 when it should have stayed 00:00)
(This issue even happens on the demo page see GIF on imgur)