Use new option from RJSF 5.15
Signed-off-by: solimant <solimant@users.noreply.github.com>
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user