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 12d87df commit b74001bCopy full SHA for b74001b
src/FormGroup/FormGroup.jsx
@@ -52,7 +52,6 @@ export default function FormGroup(props) {
52
{isElementTypeFieldset && props.label && (
53
<InputLegend
54
className={props.labelClassName}
55
- elementType={props.elementType}
56
labelHelperText={props.labelHelperText}
57
labelHtmlFor={props.labelHtmlFor}
58
required={props.required}
0 commit comments