Completed
Last Updated: 09 Apr 2025 10:13 by ADMIN
AE
Created on: 04 Apr 2025 17:55
Category: UI for ASP.NET AJAX
Type: Bug Report
0
ADA compliance: Telerik UI for ASP.NET Ajax telerik:RadComboBox "buttons must have discernible text"

Hello -

I just updated my components to 2025.1.218, and am receiving the following ADA Compliance issues on a page scan.  This is to conform to WCAG 2.1 AA.  The component is the Ajax telerik:RadComboBox:

Buttons must have discernible text

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

Form elements must have labels

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

Component in .ascx file:

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

Please advise.  Thanks!

1 comment
ADMIN
Vasko
Posted on: 09 Apr 2025 10:13

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!