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 the "entity" attribute is added to the multiselect component, it is not being applied. However, when checking the same issue with the combo box and dropdown list, the attribute is added properly


Sample link : https://blazorplayground.syncfusion.com/BjVTDiCMARVBtVRI



Replication Procedure for Dialog:

  • Run the sample.  
  • Inspect the multiselect input element to verify that the "entity" attribute is not added. Compare this with the textbox and combobox components, where the "entity" attribute is added properly..

 

 

Expected: The "entity" attribute should be added correctly.

 

Current: The "entity" attribute is not added