Skip to content

Form is still validated even though submit button has "formnovalidate" attribute #189

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

Closed
cbartolome opened this issue Jul 6, 2020 · 1 comment

Comments

@cbartolome
Copy link

cbartolome commented Jul 6, 2020

Forms are still validated when the button that submits the form has the formnovalidate attribute. The presence of that attribute should signal to the browser to skip validation (but only when that button is the one that was clicked). This is similar to issue #75.

Reference: https://www.w3schools.com/tags/att_button_formnovalidate.asp

@rbri
Copy link
Member

rbri commented Jul 8, 2020

Fixed, a new snapshot is available.
Many thanks for the report.

@rbri rbri closed this as completed Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants