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!

3
Votes

Description:  In a Blazor WebAssembly project, the MultiSelect and DropdownList components are slow when opening the popup and selecting values. However, when testing the same application in the server environment, it performs well. This issue only occurs in WASM.


Sample: Attached


Replication Steps:

  1. Run the sample.
  2. Open the MultiSelect component. After a delay, the popup opens. Selecting any value takes time.
  3. The same issue also occurs with the DropdownList component.

Expected Behavior: The component should respond quickly when selecting values.

Actual Behavior: The DropdownList and MultiSelect components exhibit slow performance.