Planned
Last Updated: 13 Nov 2024 13:29 by ADMIN
Scheduled for 2025 Q1 (Feb)
Kishan
Created on: 30 Oct 2024 08:40
Category: MultiSelect
Type: Bug Report
0
The MultiSelect's clear button does not have an aria-label attribute

Bug report

Reproduction of the problem

  1. Run this dojo example: https://dojo.telerik.com/VBprsrAf
  2. 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]
0 comments