We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ce267 commit dedd322Copy full SHA for dedd322
src/content/docs/useform/handlesubmit.mdx
@@ -4,7 +4,7 @@ description: Ready to send to the server
4
sidebar: apiLinks
5
---
6
7
-## \</> `handleSubmit:` <TypeText>`((data: Object, e?: Event) => Promise<void>, (errors: Object, e?: Event) => void) => Promise<void>`</TypeText>
+## \</> `handleSubmit:` <TypeText>`((data: Object, e?: Event) => Promise<void>, (errors: Object, e?: Event) => Promise<void>) => Promise<void>`</TypeText>
8
9
This function will receive the form data if form validation is successful.
10
0 commit comments