- 🇺🇸United States hunde.keba
Add data aria for input with chosen widget for accessibility.
- 🇺🇸United States hunde.keba
Add data aria for input with chosen widget for accessibility.
- 🇮🇹Italy ralkeon
I noticed that the patch add the attribute "arial-label" but the right one should be aria-label. Here's the rerolled patch.
- Status changed to Needs review
over 2 years ago 5:16pm 16 May 2023 - last update
over 2 years ago 4 pass - last update
over 2 years ago 4 pass - last update
over 2 years ago 5 pass - last update
over 2 years ago 4 pass - 🇮🇹Italy ralkeon
I worked a bit on the patch to have a descriptive and more compliant aria-label.
- last update
over 2 years ago 5 pass - last update
over 2 years ago 4 pass - last update
over 2 years ago 5 pass - 🇺🇸United States kthull Fort Wayne, Indiana
The patch in #10 works if there is a single chosen element, but produces duplicate IDs if there are multiple chosen elements available.
- 🇭🇺Hungary nagy.balint
The 5.x branch is also available where we have a Vanilla JS version of Chosen, and there are already some accessibility fixes there, but we can add more: https://github.com/noli42/chosen
https://www.drupal.org/project/chosen/releases/5.0.2 →I think that going forward mostly the 5.x branch will be maintained,
as to me it seems problematic that we need to add extra JS for things that should really be in the library itself. - 🇳🇿New Zealand siramsay
I can reproduce #11
if there are more than one, then previous chosen elements are getting the `aria-labelled-by` attribute from the last found chosen element.
- 🇮🇹Italy apaderno Brescia, 🇮🇹
Since patches are no longer tested, a merge request needs to be provided.