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!

0
Votes

The issue occurs when attempting to remove a selected value from the dropdown while the SortOrder property is set to either ascending or descending. This results in an exception. However, when the SortOrder property is removed, the component functions correctly, allowing selected values to be removed without any errors.


Replication procedure:

  1. Run the sample.
  2. Click the button to open the dialog
  3. Change the date value in date picker by using keyboard 
  4. Click save and notice that it value change of DatePicker event is not triggered

 

Expected Behavior:

Removing a selected value updates the dropdown without errors, regardless of SortOrder.

 

Actual Behavior:

With SortOrder set, removing a selected value throws an exception.