Skip to content

maxLength

maxLength(n, message?): Validator<string>

Defined in: src/widgets/controls/validation.ts:77

Fails when the string is longer than n characters.

number

string

Validator<string>