Closed joelpurra closed 12 years ago
This feature should be in line with this comment on issue#5 from @dilvie.
The plan now is to block submit by default, just as a native browser implementation would probably do, until all inputs validate on the form.
HTML5 validation is most useful because it stops the user from submitting the form. I consider this a very important feature.
Imitates/emulates the native browser form submit validation procedure of Google Chrome, using h5Validate.
The first feature needs to be enabled for the other two (optional) features to execute. All three are enabled by default, see documentation and options. Included a bunch of tests; please execute them to confirm the functionality.