design-system icon indicating copy to clipboard operation
design-system copied to clipboard

fix(combobox): associate label with button

Open andrewvasilchuk opened this issue 3 years ago • 1 comments

In Base Combobox example <label> is associated with non-existed <input> element. The value of for attribute is the id of the <input> element, which is not rendered in DOM. Instead a <button> element is rendered.

The proposed change is to associate label with a button, instead of associating it with a non-existing input element.

andrewvasilchuk avatar Jul 06 '22 21:07 andrewvasilchuk

Hello, thanks so much for your contribution. I've created an internal ticket to shepard this through our workflow.

greensteph avatar Jul 11 '22 14:07 greensteph