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!

6
Votes

I am encountering an issue with the Syncfusion MultiSelect Dropdown component. When the dropdown has pre-selected items and those items are disabled, they are not appearing as selected, even though they should be. The expected behavior is for the pre-selected items to be visibly selected

when the disabled state is set to true.

Steps to Reproduce:

  1. Use the Syncfusion MultiSelect Dropdown in the Blazor playground.
  2. Set some items as pre-selected in the component’s model.
  3. Disable the dropdown by setting the Disabled property to true.
  4. Observe that the pre-selected items do not appear as selected.

Expected Behavior:

  • The dropdown should visually display the pre-selected items as selected when the disabled state is set to true.

Actual Behavior:

  • The pre-selected items are not showing as selected when the disabled state is set to true.

Blazor Playground:

MultiSelect DropDown Bug