Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Sample Link : https://www.syncfusion.com/downloads/support/directtrac/general/ze/Datetimepicker2136768385
Issue 1:
Code Snippet :
|
<SfDateTimePicker @code public public public public { public } } |
Replication Procedure :
1. Run the attached sample.
2.Change the value to default(DateTime) (refer above code snippet).
3. Open the timepicker popup.
Console error throws.
Screenshot:
|
|
Issue 2:
Code Snippet :
|
<SfDateTimePicker @code public public public public { public } } |
Replication Procedure :
1. Run the attached sample.
2.Change the value to DateTime.Now (refer above code snippet).
3. Open the timepicker popup.
Only one li element is shown.
Screenshot:
|
|