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

Title: Multiselect component responds slowing the Blazor Web Assembly


Description:

Multiselect component responds slowing the Blazor Web Assembly in .NET 9. This issue occurs when loading large amount (500+) of data with virtualization.


Replication Steps:

  1. Run the sample.
  2. Focus the input.
  3. You can see the cursor is added to the component with some delay.
  4. Now start typing (item 7)
  5. You can see the delay in both typing and popup opening

Expected Behavior: Multiselect component behaves without delay

Actual Behavior: Multiselect component responds slowing