IFormGroupWrapperProps
Defined in: forms/src/types/index.ts:12
Configuration for a form field wrapper component.
Properties
Section titled “Properties”errorMessage?
Section titled “errorMessage?”
optionalerrorMessage?:string
Defined in: forms/src/types/index.ts:22
Error message to display.
helperText?
Section titled “helperText?”
optionalhelperText?:string
Defined in: forms/src/types/index.ts:18
Helper text displayed below the field.
isRequired?
Section titled “isRequired?”
optionalisRequired?:boolean
Defined in: forms/src/types/index.ts:20
Whether the field is required.
label?
Section titled “label?”
optionallabel?:string
Defined in: forms/src/types/index.ts:16
Label displayed above the field.
name:
string
Defined in: forms/src/types/index.ts:14
Field name used by react-hook-form.