Skip to content

the form auto submit before i click submit #10472

Answered by Moshyfawn
zukhrofy asked this question in Q&A
Discussion options

You must be logged in to vote

Yup, so, like I said, it's because the default HTML buttons type is submit inside form element , which triggers the form submission in your form.

Set non-submit buttons type="button" to fix it.

Here's a working example codesandbox.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@zukhrofy
Comment options

@zukhrofy
Comment options

@Moshyfawn
Comment options

Answer selected by zukhrofy
@zukhrofy
Comment options

@Moshyfawn
Comment options

@mrpitch
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants