Skip to content

Commit 276dcd4

Browse files
committed
Create fieldApi.md
1 parent 62a82fe commit 276dcd4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
id: fieldApi
3+
title: Field API
4+
---
5+
6+
### `FieldApi<TData, TFormData>`
7+
8+
When using `@tanstack/react-form`, the [core field API](../../reference/fieldApi) is extended with additional methods for React-specific functionality:
9+
10+
- ```tsx
11+
Field: FieldComponent<TData, TFormData>
12+
```
13+
- A pre-bound and type-safe sub-field component using this field as a root.

0 commit comments

Comments
 (0)