patternfly-elements icon indicating copy to clipboard operation
patternfly-elements copied to clipboard

fix(dropdown): trigger button should never be disabled

Open nikkimk opened this issue 1 year ago • 7 comments

What I did

  1. Removed disabled from toggle button.

Testing Instructions

  1. In Dropdown docs -> disabled, use a keyboard to navigate to toggle the dropdown.
  2. Verify the menuitems can be read, by a screenreader but are disabled.

Notes to Reviewers

  1. WAI-ARIA recommends elements of a larger composite widget remain focusable.

nikkimk avatar Jan 19 '24 20:01 nikkimk