Creates input validator that applies requirements on input text length.
Ignores empty input. Reports too short values with incomplete and tooShort message codes. Reports too long values with invalid and tooLong message codes.
incomplete
tooShort
invalid
tooLong
Required minimum length. Not checked if omitted.
Optional
Required maximum length. Not checked if omitted.
Element validator applicable to text input control.
Generated using TypeDoc
Creates input validator that applies requirements on input text length.
Ignores empty input. Reports too short values with
incomplete
andtooShort
message codes. Reports too long values withinvalid
andtooLong
message codes.