File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 122122
123123**type **: ``integer ``
124124
125- This required option is the "min" length value. Validation will fail if
125+ This option is the "min" length value. Validation will fail if
126126the given value's length is **less ** than this min value.
127127
128+ This option is required when the ``max `` option is not defined.
129+
128130It is important to notice that NULL values and empty strings are considered
129131valid no matter if the constraint required a minimum length. Validators
130132are triggered only if the value is not blank.
134136
135137**type **: ``integer ``
136138
137- This required option is the "max" length value. Validation will fail if
139+ This option is the "max" length value. Validation will fail if
138140the given value's length is **greater ** than this max value.
139141
142+ This option is required when the ``min `` option is not defined.
143+
140144charset
141145~~~~~~~
142146
You can’t perform that action at this time.
0 commit comments