diff --git a/reference/constraints/Length.rst b/reference/constraints/Length.rst index 034024e17b5..82d30261827 100644 --- a/reference/constraints/Length.rst +++ b/reference/constraints/Length.rst @@ -115,6 +115,10 @@ min This required option is the "min" length value. Validation will fail if the given value's length is **less** than this min value. +It is important to notice that NULL values and empty strings are considered +valid no matter if the constraint required a minimum length. Validators are +triggered only if the value is not blank. + max ~~~