Adopting the ARIA Authoring Practices combo box pattern so aria-required
can be used per the spec.
#2993
jholland-livefront
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using the
Listbox
component and need it to be a required field on VoiceOver. To do this we are settingListbox.Button aria-required={required}
but it doesn't quite meet the WAI-ARIA 1.2 spec. The ARIA Authoring Practices Guide has an example of the combobox pattern that has behavior matching the spec.I was wondering if there are already plans to do this or if a PR with this change would be accepted? This question has already been asked here but I haven't seen any further discussion towards implementing this feature. I am curious to know what others think.
Beta Was this translation helpful? Give feedback.
All reactions