Skip to content

Commit 82fa31d

Browse files
ci: apply automated fixes and generate docs
1 parent 7d089b0 commit 82fa31d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/reference/classes/formapi.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Gets the field info of the specified field.
153153
154154
#### Defined in
155155
156-
[packages/form-core/src/FormApi.ts:1046](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1046)
156+
[packages/form-core/src/FormApi.ts:1047](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1047)
157157
158158
***
159159
@@ -181,7 +181,7 @@ Gets the metadata of the specified field.
181181
182182
#### Defined in
183183
184-
[packages/form-core/src/FormApi.ts:1037](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1037)
184+
[packages/form-core/src/FormApi.ts:1038](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1038)
185185
186186
***
187187
@@ -209,7 +209,7 @@ Gets the value of the specified field.
209209
210210
#### Defined in
211211
212-
[packages/form-core/src/FormApi.ts:1030](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1030)
212+
[packages/form-core/src/FormApi.ts:1031](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1031)
213213
214214
***
215215
@@ -227,7 +227,7 @@ Handles the form submission, performs validation, and calls the appropriate onSu
227227
228228
#### Defined in
229229
230-
[packages/form-core/src/FormApi.ts:971](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L971)
230+
[packages/form-core/src/FormApi.ts:959](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L959)
231231
232232
***
233233
@@ -514,7 +514,7 @@ resetFieldMeta<TField>(fieldMeta): Record<TField, FieldMeta>
514514
515515
#### Defined in
516516
517-
[packages/form-core/src/FormApi.ts:1080](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1080)
517+
[packages/form-core/src/FormApi.ts:1081](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1081)
518518
519519
***
520520
@@ -570,7 +570,7 @@ Updates the metadata of the specified field.
570570
571571
#### Defined in
572572
573-
[packages/form-core/src/FormApi.ts:1065](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1065)
573+
[packages/form-core/src/FormApi.ts:1066](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1066)
574574
575575
***
576576
@@ -609,7 +609,7 @@ Sets the value of the specified field and optionally updates the touched state.
609609
610610
#### Defined in
611611
612-
[packages/form-core/src/FormApi.ts:1104](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1104)
612+
[packages/form-core/src/FormApi.ts:1105](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1105)
613613
614614
***
615615
@@ -740,7 +740,7 @@ Validates the children of a specified array in the form starting from a given in
740740
741741
#### Defined in
742742
743-
[packages/form-core/src/FormApi.ts:659](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L659)
743+
[packages/form-core/src/FormApi.ts:653](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L653)
744744
745745
***
746746
@@ -772,4 +772,4 @@ Validates a specified field in the form using the correct handlers for a given v
772772
773773
#### Defined in
774774
775-
[packages/form-core/src/FormApi.ts:698](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L698)
775+
[packages/form-core/src/FormApi.ts:692](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L692)

0 commit comments

Comments
 (0)