Skip to content

IFormGroupWrapperProps

Defined in: forms/src/types/index.ts:12

Configuration for a form field wrapper component.

optional errorMessage?: string

Defined in: forms/src/types/index.ts:22

Error message to display.


optional helperText?: string

Defined in: forms/src/types/index.ts:18

Helper text displayed below the field.


optional isRequired?: boolean

Defined in: forms/src/types/index.ts:20

Whether the field is required.


optional label?: 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.