fix(a11y): correct label "for" references to fields (#1904)

This commit is contained in:
Alexander Nanberg
2018-11-26 17:56:41 +01:00
committed by Shawn Erquhart
parent 422d0cbe2f
commit 955f94f72b
5 changed files with 23 additions and 12 deletions

View File

@ -79,7 +79,7 @@ export default class SelectControl extends React.Component {
return (
<Select
id={forID}
inputId={forID}
value={selectedValue}
onChange={this.handleChange}
className={classNameWrapper}