We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf181c0 commit efe0c4fCopy full SHA for efe0c4f
packages/ui-form-field/src/FormField/index.tsx
@@ -68,6 +68,7 @@ class FormField extends Component<FormFieldProps> {
68
label={this.props.label}
69
vAlign={this.props.vAlign}
70
as="label"
71
+ htmlFor={this.props.id}
72
elementRef={this.handleRef}
73
margin={this.props.margin}
74
/>
0 commit comments