Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import button submits form #20

Closed
adrian1207 opened this issue Oct 30, 2017 · 0 comments
Closed

Import button submits form #20

adrian1207 opened this issue Oct 30, 2017 · 0 comments

Comments

@adrian1207
Copy link

While Grapes editor is a part of bigger form, button "Import" on modal executes submit, because by deafult in HTML5, tag without type="button" is a submit.

I used preventDefault() in btnImp.onclick function, it solves the problem.

Alternatively, attribute type="button" in document.createElement("button") should also work.

@artf artf closed this as completed in e68eea5 Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants