MultiSelect not generating aria-controls attribute #3345
Unanswered
johnhoyland
asked this question in
PrimeReact
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the docs, "The relation between the combobox and the popup is created with aria-controls attribute that refers to the id of the popup listbox."
As far as I can tell this is not happening. When I look at the HTML using the browser inspect tool, the generated hidden
<input>
element is not using thearia-controls
attribute, and the generated<ul>
element does not have an ID that could be referenced by such an attribute. I cannot find anything in the API that might enable this functionality. Have I missed something, or has this accessibility feature simply not been implemented yet?Beta Was this translation helpful? Give feedback.
All reactions