You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validator input is coerced before ever getting to that stage so that all of the weird potential inputs are handled correctly - undefined, null, NaN, etc.
isNull
andnotNull
are implemented in this waywhich checks if the string is empty and not if the object is null.
Wouldn't be
be more consistent with the validation name?
The text was updated successfully, but these errors were encountered: