-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
SPA support questions #523
Comments
|
|
|
It does not make sense for me. Sending data to an external api should happen in onSubmit, no? Look at react formik https://formik.org/docs/overview#the-gist |
No, it should happen when the data is valid and conveniently at hand, that's in onUpdate. onSubmit happens before the data is validated. |
onUpdate
used to submit a form in SPA mode without +page.ts? https://superforms.rocks/concepts/spa#without-a-pagets-fileThe text was updated successfully, but these errors were encountered: