I have updated the version of @progress/kendo-react-dropdowns to the latest 5.9.0, but the problem still persists. Should I keep waiting for the update?
Thanks, Steve
Vessy
Telerik team
commented on 14 Nov 2022, 05:05 PM
Hi, Steve,
You are correct, the improvements made in the linked issue seem to have handled different omissions. Nevertheless, the KendoReact team is currently working on a big internal "Accessibility improvements" task and we tested the accessibility of our components extensively to point the accessibility issues in each component. As a part of this effort, we have the following things logged for improvement in the MultiSelect component:
- `.k-multiselect .k-input-inner` does not have "role" attribute with "combobox" value. - `.k-multiselect .k-input-inner` has "aria-expanded" which does not contain any of "true,false". - `.k-multiselect .k-input-inner` does not have "aria-autocomplete" attribute with "list" value. - `.k-multiselect .k-input-inner` does not have "aria-autocomplete" attribute with "list" value. - `.k-multiselect .k-input-inner` has "aria-describedby" which does not contain any of "tagslist-f0275f8f-86c2-4830-ac78-c3d14bcfc50b". - `.k-multiselect .k-input-inner` does not have "tabindex" attribute with "0" value.
All accessibility improvements are planned for our next release, scheduled for the middle of January. I hope that this information will be helpful for you.