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 07d8cc5 commit b3190f2Copy full SHA for b3190f2
docs/guides/form-submission.md
@@ -59,6 +59,6 @@ If `isValidating` is `true` and `isSubmitting` is `true`.
59
</details>
60
<summary>Why does `isSubmitting` remain `true` after submission?</summary>
61
<details>
62
- If the submission handler is returning a promise, make sure the promise has resolved or rejected.
63
- If the submission handler is not returning a promise, make sure `setSubmitting(false)` is called at the end of the handler.
+ If the submission handler returns a promise, make sure it is correctly resolved or rejected when called.
+ If the submission handler does not return a promise, make sure `setSubmitting(false)` is called at the end of the handler.
64
0 commit comments