Skip to content

minLength

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

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

Fails when the string is shorter than n characters.

number

string

Validator<string>