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

Summary

In the SfMenu component, attempt to update Items from an ItemSelected handler with an "await".  The Blazor page crashes.

Stack trace is attached.

Use Case

Example: Select a menu item to add a new menu item to the list.

Example: Select a menu item to refresh the menu with a new list.

Steps to Reproduce

Minimal code sample is attached.