Closed lederer closed 5 years ago
Ensure <Select> passes id prop down to nested <select> element.
<Select>
id
<select>
Document use of htmlFor prop with <Label>.
htmlFor
<Label>
If there are any of the following in this PR, provide proper instructions on how to upgrade:
Closes #225. Closes #226.
Overview
Ensure
<Select>
passesid
prop down to nested<select>
element.Document use of
htmlFor
prop with<Label>
.Checklist
Upgrade instructions
If there are any of the following in this PR, provide proper instructions on how to upgrade:
Testing Instructions
<Label>
docs page. Ensure clicking the label focuses on the associated<select>
element.Closes #225. Closes #226.