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

We have identified an accessibility issue with the Dialog component in Blazor when tested using the Wave accessibility tool. The tool reports a Broken ARIA reference issue, which affects the accessibility compliance of the component.

Sample : 

https://blazorplayground.syncfusion.com/embed/VXVoNINFpvPqRqAy?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5

Replication Procedure:

  1. Run the provided sample.
  2. Analyze the Dialog component using the Wave tool

Expected Output:
 The Dialog component should not show Broken ARIA reference issue.

Current Output:

Dialog component shows Broken ARIA reference issue.