Can you have multiple <Formik>
component but referencing the same Form,
#3071
Answered
by
johnrom
rifqirosyidi
asked this question in
Q&A
-
Is Formik possible to have the multiple Formik component but still referencing the same Formik component used before?. i want to separate the field and button submit on Formik because of some layout positioning in JSX, this happens because my button is on the very bottom while the field was on the very top? is there any way to achieve this or just simply wrap the root using Formik?
|
Beta Was this translation helpful? Give feedback.
Answered by
johnrom
Mar 1, 2021
Replies: 1 comment 2 replies
-
You can give your |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rifqirosyidi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can give your
<form />
an id and do<button form={formId} type="submit">Submit</button>