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

I can tab out of the Blazor modal SfDialog component (IsModal="true") to the parent application under the overlay. From there I can press Enter to activate UI elements which should not be active. For example, I can navigate to another page from the NavMenu (using the default Visual Studio Blazor application template), or activate an SfButton.

Using the mouse, I am not able to activate UI elements in the parent application, which is expected.

This occurs in a Blazor WebAssembly application. I am running the application in Visual Studio with IIS Express. I can replicate in Google Chrome and Microsoft Edge.