minLength
minLength(
n,message?):Validator<string>
Defined in: src/widgets/controls/validation.ts:72
Fails when the string is shorter than n characters.
Parameters
Section titled “Parameters”number
message?
Section titled “message?”string
Returns
Section titled “Returns”Validator<string>