First time clicking anywhere in a Formik form closes the modal #2768
Unanswered
ChristianWBrand
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So the issue I'm having is I have a button that opens a modal with a form using Formik in it. The first time the modal is opened after refreshing the page, clicking anywhere on the form will automatically close the modal. Subsequent modal openings do not have that behavior.
My dependencies:
File with the button and the modal:
Modal:
Form inside the modal:
Beta Was this translation helpful? Give feedback.
All reactions