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
When toggling the display of the SfMultiSelect component bound to a list of enums using a KeyValuePair datasource, the preselected value bindedList does not correctly bind to the component after the display toggle. 
The issue occurs only when the datasource is KeyValuePair<Enum, string> and the TValue is List<Enum>.



Replication Procedure:
  1. Run the sample 
  2. Click display button
  3. See the issue ( bind value is not preselected )


Expected Output:
The preselected enum value MyEnum.A remains selected and bound properly every time the MultiSelect component is toggled visible.

Current Output:
The preselected value is only bound on the display. On subsequent toggles, the selection is lost and no values are shown as selected.