Brian P. Mucha
Brian P. Mucha
I think instead of binding to .click on the button you need to use .submit on the form. LV will stop the submit if validation fails.
To clarify, LV works fine with number inputs on desktop, because desktop browsers ignore the unknown number type and treat them as text. But on mobile they are sort of...
Here's my complete change to support all the html5 mobile input types. ``` /** * gets the type of element, to check whether it is compatible * * @var validationFunction...