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