Environment
Browser
Firefox
Assistive technology used to verify
IBM Equal Access Accessibility Checker
Detailed description
What WCAG 2.1 checkpoint does the issue violate?
IBM CI 162 Checkpoint Violation: 1.3.1 Info and Relationships
https://www.ibm.com/able/guidelines/ci162/info_and_relationships.html
https://www.ibm.com/able/guidelines/ci162/name_role_value.html
Steps to reproduce the issue
- Log into https://test.cloud.ibm.com/billing-nouveau/invoices
- Run the Accessibility Checker
Additional information

- Notes
- The inline Dropdown in the top right does not have a "Label" component, which creates an a11y issue. However, adding a label seems to defeat the purpose of the inline Dropdown (and if nothing else, looks kind of weird). The Select component already has a hideLabel prop which hides the label visually but not programatically, and I think the inline Dropdown could really benefit from something similar.
@dakahn @ryanomackey
Environment
Detailed description
Steps to reproduce the issue
Additional information
@dakahn @ryanomackey