Divide form into multiple React functional components #3084
Unanswered
mrshlthmpsvi
asked this question in
General
Replies: 1 comment
-
You could use Formik ref in order to get the Formik context in different parts of your App. Maybe this can help? https://formik.org/docs/api/useFormikContext |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Been using formik on simple forms, but now need to break a large form into multiple React functional components. Can someone point me to doc or an example of how to tie the components together into one working form?
Beta Was this translation helpful? Give feedback.
All reactions