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
Validates that a given string length is between some minimum and maximum value.
For min option:
Validation will fail if the given value's length is less than this min value.
Nothing special is said about empty strings. It seems reasonable to assume that if you validate an empty string against Length constraint with min = 1 it should fail.