Autocomplete react select的可访问性问题

Autocomplete react select的可访问性问题,autocomplete,accessibility,react-select,wai-aria,Autocomplete,Accessibility,React Select,Wai Aria,我们正在我们的一个项目中使用react select组件,并试图解决可访问性问题。现在,无法向具有aria autocomplete=“list”属性的输入元素提供所需的aria属性 以上是我们努力实现的参考链接。下面是上面链接的短篇故事 If an element has aria-autocomplete set to list or both, authors MUST ensure both of the following conditions are met: The eleme

我们正在我们的一个项目中使用react select组件,并试图解决可访问性问题。现在,无法向具有aria autocomplete=“list”属性的输入元素提供所需的aria属性

以上是我们努力实现的参考链接。下面是上面链接的短篇故事

If an element has aria-autocomplete set to list or both, authors MUST ensure both of the following conditions are met:

The element has a value specified for aria-controls that refers to the element that contains the collection of suggested values.
Either the element or a containing element with role combobox has a value for aria-haspopup that matches the role of the element that contains the collection of suggested values.
我打开了一个PR来添加将ARIA属性添加到输入元素的功能

但我想检查一下,如果有人已经做过这方面的工作,我是否遗漏了什么。如果您需要任何其他详细信息,请告诉我