We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6f13f commit bc80f7aCopy full SHA for bc80f7a
src/forms/Form.jsx
@@ -28,6 +28,7 @@ export function Form({
28
29
function handleSubmit(e) {
30
e.preventDefault();
31
+ e.stopPropagation();
32
33
formState.setSubmitedAttempted();
34
0 commit comments