Validator.numberOfInvalids( errors )
Description: Returns the number of invalid fields.
-
Validator.numberOfInvalids( errors )
-
errorsType: ObjectOne or more key/value pairs of input names and messages.
-
Example:
Displays a summary of invalid fields after an invalid submit.
1
2
3
4
5
|
|