-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: AutoCompleteC: ComboBoxC: MultiColumnComboBoxC: MultiSelectFP: DeclinedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: MediumjQuery
Description
Bug report
Reproduction of the problem
- Run this dojo example: https://dojo.telerik.com/VBprsrAf
- Inspect the clear button (the element with class "k-clear-value").
Current behavior
The button does not have an aria-label attribute.
Expected/desired behavior
The button has an aria-label attribute.
Workaround:
<script>
$(document).ready(function() {
$(".k-clear-value").attr("aria-label", "Clear");
})
</script>
Environment
- Kendo UI version: 2024.3.1015
- jQuery version: x.y
- Browser: [all]
Metadata
Metadata
Assignees
Labels
BugC: AutoCompleteC: ComboBoxC: MultiColumnComboBoxC: MultiSelectFP: DeclinedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: MediumjQuery