Unchanged
Baseline History
Build 19549fd3356c current baseline
Current build. Auto-accepted
Build 1914330611c2
Accepted by Valentin Palkovic.
Give each <select> field a label or other accessible name. Learn how to resolve this violation

Fix any of the following:
Element does not have an implicit (wrapped) <label>
Element does not have an explicit <label>
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
Element's default semantics were not overridden with role="none" or role="presentation"
Element<select multiple="" id="control-someEnum" class="css-14o1cbe"><option value="a">a</option><option value="b">b</option><option value="c">c</option></select>Selector.css-14o1cbe