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