The EUI Combobox has two props append and prepend that allow users to add a label element inline with the input. This label is not receiving an ID prop, so the htmlFor attribute is undefined.
Screen readers will not announce this label without the semantic association between the label and a unique ID on the input.
I've isolated the issue and will be working on a PR in the next day or two.
The EUI Combobox has two props
appendandprependthat allow users to add a label element inline with the input. This label is not receiving an ID prop, so thehtmlForattribute is undefined.Screen readers will not announce this label without the semantic association between the label and a unique ID on the input.
I've isolated the issue and will be working on a PR in the next day or two.