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

Consider the following scenario:

  1. I have a EjsMultiSelect component bound to a ICollection<int> collection using @bind-Value="@SelectedItemKeys". No item is pre-selected.
  2. I select at least one item from the
    EjsMultiSelect component.
  3. I unselect all the items I selected at step #2.
Expected
SelectedItemKeys collection is empty.


Actual

SelectedItemKeys collection contains the last item I have unselected.


I am attaching a demo project to illustrate the issue.