Default passing validation to false
If field value is passing its validation the errors
object for that field will always default to false
. With that in place it is no longer required for validator functions to return falsy
value. The should only return error message or true
.