validatr
validatr copied to clipboard
Cross Browser HTML5 Form Validation.
Hi! I'm implementing validatr and for some reason Google Chrome is accepting only US dates, breaking the validation for dd/mm/yyyy standard. Thank you in advance for any help you can...
Currently validatr does not conform to the HTML5 for validation of form fields when some of those fields are disabled. See this section of the HTML5 specification: http://www.w3.org/html/wg/drafts/html/master/forms.html#enabling-and-disabling-form-controls:-the-disabled-attribute This pull...
My android browser (android 4.0.4) seems to not populate "validationMessage" element's property. I have added a test and made validatr operate in this case.
How can I know total invalid elements? If form have one or more invalid element I wont to add message on top form. Thanks.
If you have more than 1 form on a page, it is possible to collide with another form that uses the same names for inputs. e.g. ``` ``` The following...
object elements should be excluded from element list (line 453)
In line 133, data-format and defaultOptions are used, but not options specified while initializing.