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!
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:
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.