Hi,
I am using the Radzen date picker (latest version) in the Blazor server app, which works fine. But now I have to test all pages with the Accessibility Insights for Web extension in MS Edge and I have this error:
Title: WCAG 4.1.2: Ensures buttons have discernible text (button)
Tags: Accessibility, WCAG 4.1.2, button-name
Issue: Ensures buttons have discernible text (button-name - Accessibility Insights - button-name)
Element path: button
Snippet:
How to fix:
Fix any of the following:
Element does not have inner text that is visible to screen readers
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
Element's default semantics were not overridden with role="none" or role="presentation"
Environment: Microsoft Edge version 115.0.1901.203
====
This accessibility issue was found using Accessibility Insights for Web 2.38.1 (axe-core 4.6.3), a tool that helps find and fix accessibility issues. Get more information & download this tool at Accessibility Insights.
How to reproduce:
Open MS Edge, and install the Accessibility Insights for a Web browser extension. Open the webpage blazor radzen datepicker and run the Accessibility Insights test.
Could you please point me to the right direction how to fix this error?
Thanks!