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

Information on calendar control is shown as buttons which gets flagged in accessibility check as the checks expect the buttons to perform action which currently it does not. we do not have control over changing the buttons to textbox which would resolve the issue.



The issue is with the div element which has role= "button". the narrator while testing accessibility is expecting an action since it reads it as button. if there is a way we can remove the role type button that will resolve the issue.