Files
form/docs/framework/react/reference/fieldApi.md
2023-05-03 15:19:18 -07:00

14 lines
361 B
Markdown

---
id: fieldApi
title: Field API
---
### `FieldApi<TData, TFormData>`
When using `@tanstack/react-form`, the [core field API](../../reference/fieldApi) is extended with additional methods for React-specific functionality:
- ```tsx
Field: FieldComponent<TData, TFormData>
```
- A pre-bound and type-safe sub-field component using this field as a root.