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]