Open erlanggaht opened 4 months ago
Hi @erlanggaht , could you tell me if you resolved this and do you know how can send 1_$ACTION_REF1, 1$ACTION1:0, 1$ACTION1:1, 1$ACTION_KEY fields of NextJS Server action security layer with Formik?
I'm having the same issue. Would be nice if this could be supported. Seems like it works by using <form>
without the onSubmit event, but it ruins Formik behavior, so not really an alternative.
<form onReset={formikProps.handleReset} action={action} {...props} />
Hi team is there some updates about that? We have the same issue.
Hi team is there some updates about that? We have the same issue.
nop from my side
I am using Formik in my Next.js application. When I click the submit button without filling out the form, another modal unexpectedly opens, while the current form shows validation messages. What could be causing this issue?
Bug report
When using