- Preparing search index...
- The search index is not available
docs.hg.fi
Function useTextValidator
- useTextValidator(value: string, required?: boolean, acceptedStartChars?: string, acceptedMiddleChars?: string, acceptedEndChars?: string, minLength?: number, maxLength?: number): [boolean, VoidCallback]
-
Parameters
-
value: string
-
required: boolean = true
-
acceptedStartChars: string = undefined
-
acceptedMiddleChars: string = acceptedStartChars
-
acceptedEndChars: string = acceptedMiddleChars
-
minLength: number = 0
-
maxLength: number = undefined