Skip to content

Commit

Permalink
Merge pull request #763 from BIDMCDigitalPsychiatry/issue-759
Browse files Browse the repository at this point in the history
validation issue fix
  • Loading branch information
sarithapillai8 authored Jun 12, 2023
2 parents 0debd84 + 1541f9a commit 99a137f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/DynamicForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export default function DynamicForm({ schema, initialData, onChange, ...props })
return (
<MuiThemeProvider theme={formTheme}>
<Form
liveValidate
// liveValidate
children={true}
schema={schema}
uiSchema={_extract(schema)}
Expand Down

0 comments on commit 99a137f

Please sign in to comment.