- Preparing search index...
- The search index is not available
docs.hg.fi
Function useFieldStringStateUpdateCallback
- useFieldStringStateUpdateCallback(identifier: string, fieldState: FormFieldState, setFieldState: Dispatch<SetStateAction<FormFieldState>>, value: string, propsValue: string, isRequired: boolean, propsMinLength: number, propsMaxLength: number, validateWithStateValueCallback: FieldValidateStringWithStateValueCallback): VoidCallback
-
Parameters
-
identifier: string
-
-
setFieldState: Dispatch<SetStateAction<FormFieldState>>
-
value: string
-
propsValue: string
-
isRequired: boolean
-
propsMinLength: number
-
propsMaxLength: number
-