Use Accessibility Insights for Web's Fast Pass test fail

1 Answer 65 Views
Accessibility
Steve
Top achievements
Rank 1
Iron
Iron
Steve asked on 28 Sep 2022, 07:57 AM | edited on 28 Sep 2022, 01:23 PM

this is my code:

<MultiSelect label='T-shirt size' data={sports} onChange={onChange} value={value} />

 

Is there any way to fix this issue?

1 Answer, 1 is accepted

Sort by
0
Accepted
Vessy
Telerik team
answered on 28 Sep 2022, 01:31 PM

Hi, Steve,

This is a known issue and the team is working on it. I also added your report to the item:

Apologies for the inconvenience this may have caused you.

Regards,
Vessy
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Steve
Top achievements
Rank 1
Iron
Iron
commented on 10 Nov 2022, 08:18 AM | edited

Hi, Vessy

  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.

 

Tags
Accessibility
Asked by
Steve
Top achievements
Rank 1
Iron
Iron
Answers by
Vessy
Telerik team
Share this question
or