We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf3408 commit e09b703Copy full SHA for e09b703
1 file changed
packages/mui-component-mapper/src/form-fields/form-fields.js
@@ -201,8 +201,8 @@ const FinalFormField = ({
201
{ selectComponent({
202
...rest,
203
invalid,
204
- label: invalid ? meta.error : label,
205
- helperText: helperText || description,
+ label,
+ helperText: invalid ? meta.error : helperText || description,
206
originalLabel: label,
207
})() }
208
</Grid>
0 commit comments