Hello,
I'm using a numeric textbox and when I test my page for accessibility, Allyable reports the following:
Category: Ensure button or link have discernible text that is not repeated as image description
Selector: .k-form-field-wrap > .k-numerictextbox.k-widget > .k-numeric-wrap > .k-select > [role="button"].k-link-decrease
Severity: Critical
Here is my source code:
<TelerikNumericTextBox @bind-Value="@cardCleaner.Quantity" Id="cleanerQty" Width="100px" />
Is this really an accessibility issue?
Thanks,
Bernard
Hi everyone,
We are closing this public item due to lack of enough information and inactivity. If we receive the requested details, we can reopen the request.
Regards,
Dimo
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi Bernard,
Thank you for describing in detail the scenario.
We already have a title attribute for a discernible text on the topmost span for the increase/decrease buttons.
I also tested the provided source code with axe DevTools and NVDA screen reader. It seems such an accessibility error doesn't occur on my machine.
Please let me know if there are any additional steps to reproduce.
Regards,
Hristian Stefanov
Progress Telerik