fix(a11y): correct label "for" references to fields (#1904)
This commit is contained in:
committed by
Shawn Erquhart
parent
422d0cbe2f
commit
955f94f72b
@ -79,7 +79,7 @@ export default class SelectControl extends React.Component {
|
||||
|
||||
return (
|
||||
<Select
|
||||
id={forID}
|
||||
inputId={forID}
|
||||
value={selectedValue}
|
||||
onChange={this.handleChange}
|
||||
className={classNameWrapper}
|
||||
|
Reference in New Issue
Block a user