feat: forms validate only on submit
This commit is contained in:
parent
b1e6ae5124
commit
a08e0fbbcc
14 changed files with 30 additions and 1 deletions
|
|
@ -235,6 +235,8 @@ const Wizard = ({ onClose, save, error, currency }) => {
|
|||
currentStep={step}
|
||||
/>
|
||||
<Formik
|
||||
validateOnBlur={false}
|
||||
validateOnChange={false}
|
||||
enableReinitialize
|
||||
onSubmit={onContinue}
|
||||
initialValues={stepOptions.initialValues}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue