Unplanned
Last Updated: 26 Apr 2022 14:04 by Marko
Created by: Marko
Comments: 0
Category: Label
Type: Feature Request
2

Currently the Label component accepts only a string for the label content

https://www.telerik.com/kendo-angular-ui/components/labels/api/LabelComponent/#toc-text

Adding a template would allow to customise the label contents e.g. by adding an icon.

Unplanned
Last Updated: 10 Apr 2024 12:52 by Erik

When the for attribute of the native label is set to the id of the native input (and it's wisely generating guids for those so they're unique) there is no need for the aria-labelledby to point back to the id of the label.

The only time you need that aria-labelledby pointing back to the label is on components that aren't using a native input/select/textbox element, like kendo-dropdownlist.

Remove the aria-labelledby for cases when native HTML elements are associated.