We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
marmelab
Learn more about funding links in repositories.
Report abuse
2 parents dc42f0c + 88692b1 commit fd68109Copy full SHA for fd68109
packages/ra-ui-materialui/src/input/BooleanInput.tsx
@@ -88,7 +88,7 @@ export const BooleanInput = (props: BooleanInputProps) => {
88
/>
89
<FormHelperText error={(isTouched || isSubmitted) && invalid}>
90
<InputHelperText
91
- touched={isTouched}
+ touched={isTouched || isSubmitted}
92
error={error?.message}
93
helperText={helperText}
94
0 commit comments