-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formik form actions cannot be used on nextjs server actions #3977
Comments
Hi @erlanggaht , could you tell me if you resolved this and do you know how can send 1_$ACTION_REF_1, 1_$ACTION_1:0, 1_$ACTION_1: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
|
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
from Formik, the server action does not execute, but it works when using a regular HTML form elementProblem Recording
bandicam.2024-07-07.15-03-34-968.mp4
The text was updated successfully, but these errors were encountered: