mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-06 20:37:50 +00:00
14 lines
365 B
Markdown
14 lines
365 B
Markdown
---
|
|
id: fieldApi
|
|
title: Field API
|
|
---
|
|
|
|
### `FieldApi<TData, TParentData>`
|
|
|
|
When using `@tanstack/react-form`, the [core field API](../../reference/fieldApi) is extended with additional methods for React-specific functionality:
|
|
|
|
- ```tsx
|
|
Field: FieldComponent<TData, TParentData>
|
|
```
|
|
- A pre-bound and type-safe sub-field component using this field as a root.
|