Skip to content

Conversation

thet
Copy link
Member

@thet thet commented May 17, 2023

Do not disable input elements with the formnovalidate attribute set when form validation fails.
E.g. a cancel button: <button formnovalidate>Cancel</button>.

Fixes #1132.

Do not disable input elements with the `formnovalidate` attribute set
when form validation fails.
E.g. a cancel button: `<button formnovalidate>Cancel</button>`.

Fixes #1132.
@thet thet requested a review from petschki May 17, 2023 09:15
@thet thet merged commit d3650b7 into master May 17, 2023
@thet thet deleted the validation-formnovalidate-fix branch May 17, 2023 09:23
Copy link
Member

@petschki petschki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved after merge 😄

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

Successfully merging this pull request may close these issues.

Submitting buttons with formnovalidate doesn't work, because they are disabled.
2 participants