patternfly / patternfly-elements

PatternFly Elements. A set of community-created web components based on PatternFly design.
https://patternflyelements.org/
MIT License
375 stars 89 forks source link

select: label accessibility #2664

Closed nikkimk closed 4 months ago

nikkimk commented 5 months ago

Description of the issue*

Impacted component(s)

Steps to reproduce

  1. Go to Select documentation
  2. Inspect the first example.
  3. Check the accesisbility tree.

Expected behavior

Listbox and toggle button should have descriptive labels.

bennypowers commented 5 months ago

pf-select's toggle button text should not be the item selected but something more descriptive

we can add an aria-label to the button, but the select element shouldn't look or behave differently to upstream