Hi Jeremy,
Thanks for contacting Syncfusion support.
The reported issue is a know bug in our end and the fix will be included in upcoming patch release which is expected to be rolled out on October 6, 2020. Until then, we suggest you to use the below work-around solution “use the dummy events tag” to get rid of the reported issue.
Once the fix included in the upcoming Nuget, you can remove the dummy events tag and check with your application with your reported issue. Please find the code snippet below for reference.
<SfTimePicker TValue="DateTime?" @bind-Value="@DateValue">
<TimePickerEvents TValue="DateTime?"></TimePickerEvents>
</SfTimePicker>
@code {
public DateTime? DateValue { get; set; } = new DateTime(2020, 10, 5, 10, 30, 0);
} |
You can track the status of the bug in the below feedback link:
Regards,
Ponmani M