Use new option from RJSF 5.15

Signed-off-by: solimant <solimant@users.noreply.github.com>
This commit is contained in:
solimant
2023-12-07 15:53:59 +00:00
parent 782bbb13b1
commit c8908d4b62
6 changed files with 22 additions and 0 deletions
@@ -230,6 +230,9 @@ export const Stepper = (stepperProps: StepperProps) => {
fields={fields}
showErrorList={false}
onChange={handleChange}
experimental_defaultFormStateBehavior={{
allOf: 'populateDefaults',
}}
{...(props.formProps ?? {})}
>
<div className={styles.footer}>