Completed
Last Updated: 08 Feb 2023 08:19 by ADMIN
Rebecca
Created on: 23 Jan 2023 14:28
Category: MultiSelect
Type: Bug Report
0
The MultiSelect doesn't have an aria-required definition

I'm submitting a...

  • Bug report

Current behavior

After the latest accessibility improvements available with R1 2023 of the KendoReact library, the aria-required attribute is missing in most of the DropDowns.

Expected behavior

The aria-required attribute should be rendered in the DOM once the MultiSelect definition contains a required attribute like this:

  <MultiSelect required data={sports} onChange={onChange} value={value} />

Minimal reproduction of the problem with instructions

  1. Open this StackBlitz example
  2. Inspect the MultiSelect component to see that the aria-required in not rendered
0 comments