From the JSFiddle posted in #2683, if the first field in the array is valid, the entire form is marked valid regardless of the other fields. http://jsfiddle.net/92p8fkbb/ Entering the the sequence: [1, a, a] will have the form marked as valid.
From the JSFiddle posted in #2683, if the first field in the array is valid, the entire form is marked valid regardless of the other fields.
http://jsfiddle.net/92p8fkbb/
Entering the the sequence: [1, a, a] will have the form marked as valid.