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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Date value cannot be selected if we switch from timepicker to datepicker without closing the popup


Sample Link                     : http://www.syncfusion.com/downloads/support/directtrac/296997/ra/DateTimePicker_76657bc9


Replication Procedure:

1. Run the attached sample.

2.Open the Timepicker popup.

3. Open the Datepicker popup without closing the timepicker popup.

4. Select any date.


Expected            : Value can be selected.

Outcomes          : Value cannot be selected.


Code Snippet     :


<Syncfusion.Blazor.Calendars.SfDateTimePicker
TValue="DateTime?"
Value="@DateTimeValue"/>


@code
{

    public
DateTimeDateTimeValue
{
get;
set;
}

}