New to KendoReactLearn about KendoReact Free.

Labelling Components Without Form Element

Updated on Apr 27, 2026

By default the wrapped element is associated with the label element only if it's a form element (e.g.: input, select element). Custom components that do not contain form element (e.g.: KendoReact DropDownList) would require setting additional properties to allow screen readers to correcly read the label. These properties are:

  • id property of the FloatingLabel
  • aria-labelledby attribute of the nested editor (KendoReact components provide it as ariaLabelledBy property)
Loading ...
In this article
Suggested Links
Not finding the help you need?
Contact Support