Open mikemix opened 7 years ago
If using your callback, form's html5 validation rules are completely ignored. Script should check first if form is valid before trying to submit it.
Possible solution is to bind the callback to the form's submit method instead of directly to the button. I guess that would be a BC break though.
Hey, this also an issue for us. It broke on HTML 5 register validation and we did not notice it. ^^
If using your callback, form's html5 validation rules are completely ignored. Script should check first if form is valid before trying to submit it.
Possible solution is to bind the callback to the form's submit method instead of directly to the button. I guess that would be a BC break though.