Skip to content

Commit fc13163

Browse files
ci: apply automated fixes and generate docs
1 parent f418fd1 commit fc13163

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
@@ -147,7 +147,7 @@ Gets the field info of the specified field.
147147
148148
#### Defined in
149149
150-
[packages/form-core/src/FormApi.ts:1027](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1027)
150+
[packages/form-core/src/FormApi.ts:1028](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1028)
151151
152152
***
153153
@@ -173,7 +173,7 @@ Gets the metadata of the specified field.
173173
174174
#### Defined in
175175
176-
[packages/form-core/src/FormApi.ts:1018](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1018)
176+
[packages/form-core/src/FormApi.ts:1019](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1019)
177177
178178
***
179179
@@ -199,7 +199,7 @@ Gets the value of the specified field.
199199
200200
#### Defined in
201201
202-
[packages/form-core/src/FormApi.ts:1011](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1011)
202+
[packages/form-core/src/FormApi.ts:1012](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1012)
203203
204204
***
205205
@@ -217,7 +217,7 @@ Handles the form submission, performs validation, and calls the appropriate onSu
217217
218218
#### Defined in
219219
220-
[packages/form-core/src/FormApi.ts:952](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L952)
220+
[packages/form-core/src/FormApi.ts:940](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L940)
221221
222222
***
223223
@@ -462,7 +462,7 @@ resetFieldMeta<TField>(fieldMeta): Record<TField, FieldMeta>
462462
463463
#### Defined in
464464
465-
[packages/form-core/src/FormApi.ts:1061](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1061)
465+
[packages/form-core/src/FormApi.ts:1062](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1062)
466466
467467
***
468468
@@ -512,7 +512,7 @@ Updates the metadata of the specified field.
512512
513513
#### Defined in
514514
515-
[packages/form-core/src/FormApi.ts:1046](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1046)
515+
[packages/form-core/src/FormApi.ts:1047](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1047)
516516
517517
***
518518
@@ -545,7 +545,7 @@ Sets the value of the specified field and optionally updates the touched state.
545545
546546
#### Defined in
547547
548-
[packages/form-core/src/FormApi.ts:1085](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1085)
548+
[packages/form-core/src/FormApi.ts:1086](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1086)
549549
550550
***
551551
@@ -658,7 +658,7 @@ Validates the children of a specified array in the form starting from a given in
658658
659659
#### Defined in
660660
661-
[packages/form-core/src/FormApi.ts:640](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L640)
661+
[packages/form-core/src/FormApi.ts:634](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L634)
662662
663663
***
664664
@@ -686,4 +686,4 @@ Validates a specified field in the form using the correct handlers for a given v
686686
687687
#### Defined in
688688
689-
[packages/form-core/src/FormApi.ts:679](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L679)
689+
[packages/form-core/src/FormApi.ts:673](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L673)

0 commit comments

Comments
 (0)