Managing complex form via modal #3389
Unanswered
cubecleveland
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We have the following flow.
A FieldArray form that can be added and removed items .
Each item is being added via modal with ADD or cancel buttons.
Id like to 'push' the new values to the formik form ONLY if the pass validation .
Im having issues tryin to 'validate' the modal inputs without actually adding them to formik values.
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions