ebayui-core
ebayui-core copied to clipboard
ebay-listbox-button: aria-labelledby not adding id on inner text element
Bug Report
eBayUI Version: 9.1.x
Description
Here I set prefixId to “foo” and it correctly adds the aria-labelledby="foo c1-label" to the button. However, c1-label does not exist (it should be dynamically added to the span element around the inner button text).

Compare this to ebay-menu-button:

Workaround
None