@@ -147,7 +147,7 @@ Gets the field info of the specified field.
147147
148148#### Defined in
149149
150- [packages/form-core/src/FormApi.ts:1013 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1013 )
150+ [packages/form-core/src/FormApi.ts:1014 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1014 )
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:1004 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1004 )
176+ [packages/form-core/src/FormApi.ts:1005 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1005 )
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:997 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L997 )
202+ [packages/form-core/src/FormApi.ts:998 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L998 )
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:937 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L937 )
220+ [packages/form-core/src/FormApi.ts:925 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L925 )
221221
222222***
223223
@@ -449,7 +449,7 @@ resetFieldMeta<TField>(fieldMeta): Record<TField, FieldMeta>
449449
450450#### Defined in
451451
452- [packages/form-core/src/FormApi.ts:1047 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1047 )
452+ [packages/form-core/src/FormApi.ts:1048 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1048 )
453453
454454***
455455
@@ -499,7 +499,7 @@ Updates the metadata of the specified field.
499499
500500#### Defined in
501501
502- [packages/form-core/src/FormApi.ts:1032 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1032 )
502+ [packages/form-core/src/FormApi.ts:1033 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1033 )
503503
504504***
505505
@@ -532,7 +532,7 @@ Sets the value of the specified field and optionally updates the touched state.
532532
533533#### Defined in
534534
535- [packages/form-core/src/FormApi.ts:1071 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1071 )
535+ [packages/form-core/src/FormApi.ts:1072 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1072 )
536536
537537***
538538
@@ -645,7 +645,7 @@ Validates the children of a specified array in the form starting from a given in
645645
646646#### Defined in
647647
648- [packages/form-core/src/FormApi.ts:625 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L625 )
648+ [packages/form-core/src/FormApi.ts:619 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L619 )
649649
650650***
651651
@@ -673,4 +673,4 @@ Validates a specified field in the form using the correct handlers for a given v
673673
674674#### Defined in
675675
676- [packages/form-core/src/FormApi.ts:664 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L664 )
676+ [packages/form-core/src/FormApi.ts:658 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L658 )
0 commit comments