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 44e96b1 commit 974781aCopy full SHA for 974781a
packages/mui/src/FieldTemplate/FieldTemplate.tsx
@@ -73,7 +73,7 @@ export default function FieldTemplate<
73
>
74
<FormControl fullWidth={true} error={rawErrors.length ? true : false} required={required}>
75
{children}
76
- {!isCheckbox && displayLabel && rawDescription ? (
+ {displayLabel && !isCheckbox && rawDescription ? (
77
<Typography variant='caption' color='textSecondary'>
78
{description}
79
</Typography>
0 commit comments