open-wc / form-participation

Helper, mixins, tools, and more for supporting your custom elements in participating in an ancestor form.
MIT License
53 stars 7 forks source link

feat(form-helpers): the submit helper respects form novalidate #40

Closed muratcorlu closed 1 year ago

muratcorlu commented 1 year ago

I added extra check for submit helper to respect novalidate attribute of the form element. If novalidate present, even form is not valid, submit will happen.

Partially Fixes #39