Closed muratcorlu closed 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.
novalidate
Partially Fixes #39
I added extra check for submit helper to respect
novalidate
attribute of the form element. Ifnovalidate
present, even form is not valid, submit will happen.Partially Fixes #39