TanStackForm v1
Auto
Framework
Version
Menu
  • Home
  • Frameworks
  • Contributors
  • GitHub
  • Discord
Getting Started
  • Overview
    core
  • Installation
    core
  • Philosophy
    core
  • Comparison
    core
  • TypeScript
    core
  • Quick Start
    solid
Guides
  • Basic Concepts
    solid
  • Form Validation
    solid
  • Dynamic Validation
    solid
  • Async Initial Values
    solid
  • Arrays
    solid
  • Linked Fields
    solid
  • Form Composition
    solid
API Reference
  • JavaScript Reference
    core
  • Classes / FieldApi
    core
  • Classes / FormApi
    core
  • Functions / formOptions
    core
  • Functions / mergeForm
    core
  • Interfaces / FieldApiOptions
    core
  • Interfaces / FieldOptions
    core
  • Interfaces / FieldValidators
    core
  • Interfaces / FormOptions
    core
  • Interfaces / FormValidators
    core
  • Types / DeepKeys
    core
  • Types / DeepValue
    core
  • Types / FieldInfo
    core
  • Types / FieldMeta
    core
  • Types / FieldState
    core
  • Types / BaseFormState
    core
  • Types / DerivedFormState
    core
  • Types / Updater
    core
  • Types / UpdaterFn
    core
  • Types / ValidationError
    core
  • Types / ValidationMeta
    core
  • Solid Reference
    solid
  • Functions / createField
    solid
  • Functions / createForm
    solid
  • Functions / Field
    solid
  • Types / CreateField
    solid
  • Types / FieldComponent
    solid
Examples
  • Simple
    solid
  • Arrays
    solid
  • Form Composition
    solid
  • Standard Schema
    solid
TanStackForm v1
Auto
Framework
Version
Menu
  • Home
  • Frameworks
  • Contributors
  • GitHub
  • Discord
Getting Started
  • Overview
    core
  • Installation
    core
  • Philosophy
    core
  • Comparison
    core
  • TypeScript
    core
  • Quick Start
    solid
Guides
  • Basic Concepts
    solid
  • Form Validation
    solid
  • Dynamic Validation
    solid
  • Async Initial Values
    solid
  • Arrays
    solid
  • Linked Fields
    solid
  • Form Composition
    solid
API Reference
  • JavaScript Reference
    core
  • Classes / FieldApi
    core
  • Classes / FormApi
    core
  • Functions / formOptions
    core
  • Functions / mergeForm
    core
  • Interfaces / FieldApiOptions
    core
  • Interfaces / FieldOptions
    core
  • Interfaces / FieldValidators
    core
  • Interfaces / FormOptions
    core
  • Interfaces / FormValidators
    core
  • Types / DeepKeys
    core
  • Types / DeepValue
    core
  • Types / FieldInfo
    core
  • Types / FieldMeta
    core
  • Types / FieldState
    core
  • Types / BaseFormState
    core
  • Types / DerivedFormState
    core
  • Types / Updater
    core
  • Types / UpdaterFn
    core
  • Types / ValidationError
    core
  • Types / ValidationMeta
    core
  • Solid Reference
    solid
  • Functions / createField
    solid
  • Functions / createForm
    solid
  • Functions / Field
    solid
  • Types / CreateField
    solid
  • Types / FieldComponent
    solid
Examples
  • Simple
    solid
  • Arrays
    solid
  • Form Composition
    solid
  • Standard Schema
    solid
On this page
  • Interface: WithFieldGroupProps<TFieldGroupData, TFieldComponents, TFormComponents, TSubmitMeta, TRenderProps>
  • Extends
  • Type Parameters
  • TFieldGroupData
  • TFieldComponents
  • TFormComponents
  • TSubmitMeta
  • TRenderProps
  • Properties
  • props?
  • render()
  • Parameters
  • props
  • Returns

WithFieldGroupProps

Interface: WithFieldGroupProps<TFieldGroupData, TFieldComponents, TFormComponents, TSubmitMeta, TRenderProps>

Defined in: packages/solid-form/src/createFormHook.tsx:257

Extends

  • BaseFormOptions<TFieldGroupData, TSubmitMeta>

Type Parameters

TFieldGroupData

TFieldGroupData

TFieldComponents

TFieldComponents extends Record<string, Component<any>>

TFormComponents

TFormComponents extends Record<string, Component<any>>

TSubmitMeta

TSubmitMeta

TRenderProps

TRenderProps extends Record<string, unknown> = Record<string, never>

Properties

props?

ts
optional props: TRenderProps;
optional props: TRenderProps;

Defined in: packages/solid-form/src/createFormHook.tsx:265


render()

ts
render: (props) => Element;
render: (props) => Element;

Defined in: packages/solid-form/src/createFormHook.tsx:266

Parameters

props

ParentProps<NoInfer<TRenderProps> & object>

Returns

Element

Edit on GitHub

On this page

  • Interface: WithFieldGroupProps<TFieldGroupData, TFieldComponents, TFormComponents, TSubmitMeta, TRenderProps>
  • Extends
  • Type Parameters
  • TFieldGroupData
  • TFieldComponents
  • TFormComponents
  • TSubmitMeta
  • TRenderProps
  • Properties
  • props?
  • render()
  • Parameters
  • props
  • Returns
Home
Our Partners
Wow, it looks like you could be our first partner for this library! Chat with us!
TanStackTable
Supercharge your tables or build a datagrid from scratch for TS/JS, React, Vue, Solid, Svelte, Qwik, Angular, and Lit while retaining 100% control over markup and styles.
TanStackCreate TS Router App