From 276dcd4b5214bfde066276dae7f2a71fd16ba936 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Wed, 3 May 2023 15:19:18 -0700 Subject: [PATCH] Create fieldApi.md --- docs/framework/react/reference/fieldApi.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/framework/react/reference/fieldApi.md diff --git a/docs/framework/react/reference/fieldApi.md b/docs/framework/react/reference/fieldApi.md new file mode 100644 index 000000000..494f27dc2 --- /dev/null +++ b/docs/framework/react/reference/fieldApi.md @@ -0,0 +1,13 @@ +--- +id: fieldApi +title: Field API +--- + +### `FieldApi` + +When using `@tanstack/react-form`, the [core field API](../../reference/fieldApi) is extended with additional methods for React-specific functionality: + +- ```tsx + Field: FieldComponent + ``` + - A pre-bound and type-safe sub-field component using this field as a root.