TanStack

ReactFormGroupProps

Interface: ReactFormGroupProps<TFormData, TGroupName, TGroupValue, TGroupValidators, TFormErrorTypes, TFieldComponents>

Defined in: packages/react-form/src/ReactForm/Components.public.ts:310

Extends

  • Omit<FormGroupOptions<TFormData, TGroupName, TGroupValue, TGroupValidators, TFormErrorTypes>, "form">

Type Parameters

TFormData

TFormData

TGroupName

TGroupName

TGroupValue

TGroupValue

TGroupValidators

TGroupValidators extends FormGroupValidators<TGroupValue>

TFormErrorTypes

TFormErrorTypes extends FormErrorTypes

TFieldComponents

TFieldComponents extends Record<string, FunctionComponent<any>>

Properties

children

ts
children: (groupApi) => ReactNode;

Defined in: packages/react-form/src/ReactForm/Components.public.ts:327

Parameters

groupApi

ReactFormGroupApi<TFormData, TGroupName, TGroupValue, ToFormGroupErrorTypes<NoInfer<TGroupValidators>>, TFormErrorTypes, TFieldComponents>

Returns

ReactNode