Duplicated
Last Updated: 09 Apr 2025 10:14 by ADMIN
AE
Created on: 04 Apr 2025 18:09
Category: ComboBox
Type: Bug Report
0
ADA compliance "buttons must have discernible text" telerik:RadComboBox

I am receiving the following ADA Compliance errors, when running a page scan for WCAG 2.1 AA:

Buttons must have discernible text: button.rcbActionButton

<button class="rcbActionButton" tabindex="-1" type="button">select</button>

Form elements must have labels: input.rcbInput.radPreventDecorate

<input name="ctl00$MainContent$MyCombo" type="text" class="rcbInput radPreventDecorate rcbEmptyMessage" id="ctl00_MainContent_MyCombo_Input" value="Search..." autocomplete="off"></input>

This is the component:

 <telerik:RadComboBox ID="MyCombo" runat="server" RenderMode="Lightweight"
     EmptyMessage="Search..."
     AllowCustomText="true"
     MarkFirstMatch="true"
     Skin="Bootstrap"
     AutoPostBack="true"
     SelectMethod="GetInfo"
     DataValueField="Id"
     DataTextField="Name"
     OnSelectedIndexChanged="MyCombo_SelectedIndexChanged"
     MaxHeight="250px" aria-labelledby="InfoLabel" />

Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
2 comments
ADMIN
Vasko
Posted on: 09 Apr 2025 10:14

Hello Angie,

I have replied to the issue you're facing in your ticket (ID 1684205). Please take a look at it and try the given suggestions.

Regards,
Vasko
Progress Telerik

Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!

AE
Posted on: 04 Apr 2025 18:17
Duplicate to:
https://feedback.telerik.com/aspnet-ajax/1683949-ada-compliance-telerik-ui-for-asp-net-ajax-telerik-radcombobox-buttons-must-have-discernible-text