-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
<label class="career-why__dropdown-label">
<select
v-model="selectedState"
class="career-why__region-dropdown"
>
<option
v-for="(acronym, state) in states"
:key="acronym"
:value="acronym"
>
{{ state }}
</option>
</select>
</label>This fails lint, but it is a valid accessible label/select, or am I mistaken?
Metadata
Metadata
Assignees
Labels
No labels