Hey There
This used to work in 18.2.0.xx
<SfDateTimePicker TValue="DateTime" @bind-Value="@theScheduledTask.DPNextRunDate" Min="@MinDate" Max="@MaxDate" Format="ddd dd MMM yyyy hh:mm tt"></SfDateTimePicker>
After upgrading to 18.3.038, we observe the following:
- If the value of the two-way bound date time [theScheduledTask.DPNextRunDate] is 'default(DateTime)' , then
clicking on the "time" picker throws an exception - If the value of the two-way bound date time is a normal DateTime value, then
- clicking on the "time" picker shows only one time (it does not show a list of times, as it used to)
- clicking on the "x" icon to clear the date throws an exception
The datepicker is really screwed up in the latest release.