@@ -119,7 +119,7 @@ Defined in: [packages/form-core/src/FormApi.ts:378](https://github.com/TanStack/
119
119
deleteField <TField >(field ): void
120
120
` ` `
121
121
122
- Defined in: [packages/form-core/src/FormApi.ts:1227 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1227 )
122
+ Defined in: [packages/form-core/src/FormApi.ts:1239 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1239 )
123
123
124
124
#### Type Parameters
125
125
@@ -143,7 +143,7 @@ Defined in: [packages/form-core/src/FormApi.ts:1227](https://github.com/TanStack
143
143
getFieldInfo <TField >(field ): FieldInfo < TFormData , TFormValidator >
144
144
` ` `
145
145
146
- Defined in: [packages/form-core/src/FormApi.ts:1136 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1136 )
146
+ Defined in: [packages/form-core/src/FormApi.ts:1148 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1148 )
147
147
148
148
Gets the field info of the specified field.
149
149
@@ -169,7 +169,7 @@ Gets the field info of the specified field.
169
169
getFieldMeta <TField >(field ): undefined | FieldMeta
170
170
` ` `
171
171
172
- Defined in: [packages/form-core/src/FormApi.ts:1127 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1127 )
172
+ Defined in: [packages/form-core/src/FormApi.ts:1139 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1139 )
173
173
174
174
Gets the metadata of the specified field.
175
175
@@ -195,7 +195,7 @@ Gets the metadata of the specified field.
195
195
getFieldValue <TField >(field ): DeepValue < TFormData , TField , IsNullable < TFormData >>
196
196
` ` `
197
197
198
- Defined in: [packages/form-core/src/FormApi.ts:1120 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1120 )
198
+ Defined in: [packages/form-core/src/FormApi.ts:1132 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1132 )
199
199
200
200
Gets the value of the specified field.
201
201
@@ -221,7 +221,7 @@ Gets the value of the specified field.
221
221
handleSubmit (): Promise < void >
222
222
` ` `
223
223
224
- Defined in: [packages/form-core/src/FormApi.ts:1061 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1061 )
224
+ Defined in: [packages/form-core/src/FormApi.ts:1063 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1063 )
225
225
226
226
Handles the form submission, performs validation, and calls the appropriate onSubmit or onInvalidSubmit callbacks.
227
227
@@ -241,7 +241,7 @@ insertFieldValue<TField>(
241
241
opts ? ): Promise < void >
242
242
` ` `
243
243
244
- Defined in: [packages/form-core/src/FormApi.ts:1259 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1259 )
244
+ Defined in: [packages/form-core/src/FormApi.ts:1271 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1271 )
245
245
246
246
Inserts a value into an array field at the specified index, shifting the subsequent values to the right.
247
247
@@ -301,7 +301,7 @@ moveFieldValues<TField>(
301
301
opts ? ): void
302
302
` ` `
303
303
304
- Defined in: [packages/form-core/src/FormApi.ts:1377 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1377 )
304
+ Defined in: [packages/form-core/src/FormApi.ts:1389 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1389 )
305
305
306
306
Moves the value at the first specified index to the second specified index within an array field.
307
307
@@ -342,7 +342,7 @@ pushFieldValue<TField>(
342
342
opts ? ): void
343
343
` ` `
344
344
345
- Defined in: [packages/form-core/src/FormApi.ts:1241 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1241 )
345
+ Defined in: [packages/form-core/src/FormApi.ts:1253 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1253 )
346
346
347
347
Pushes a value into an array field.
348
348
@@ -379,7 +379,7 @@ removeFieldValue<TField>(
379
379
opts ? ): Promise < void >
380
380
` ` `
381
381
382
- Defined in: [packages/form-core/src/FormApi.ts:1312 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1312 )
382
+ Defined in: [packages/form-core/src/FormApi.ts:1324 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1324 )
383
383
384
384
Removes a value from an array field at the specified index.
385
385
@@ -417,7 +417,7 @@ replaceFieldValue<TField>(
417
417
opts ? ): Promise < void >
418
418
` ` `
419
419
420
- Defined in: [packages/form-core/src/FormApi.ts:1286 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1286 )
420
+ Defined in: [packages/form-core/src/FormApi.ts:1298 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1298 )
421
421
422
422
Replaces a value into an array field at the specified index.
423
423
@@ -488,7 +488,7 @@ Optional options to control the reset behavior.
488
488
resetFieldMeta <TField >(fieldMeta ): Record < TField , FieldMeta >
489
489
` ` `
490
490
491
- Defined in: [packages/form-core/src/FormApi.ts:1173 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1173 )
491
+ Defined in: [packages/form-core/src/FormApi.ts:1185 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1185 )
492
492
493
493
#### Type Parameters
494
494
@@ -512,7 +512,7 @@ Defined in: [packages/form-core/src/FormApi.ts:1173](https://github.com/TanStack
512
512
setErrorMap (errorMap ): void
513
513
` ` `
514
514
515
- Defined in: [packages/form-core/src/FormApi.ts:1401 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1401 )
515
+ Defined in: [packages/form-core/src/FormApi.ts:1413 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1413 )
516
516
517
517
Updates the form's errorMap
518
518
@@ -534,7 +534,7 @@ Updates the form's errorMap
534
534
setFieldMeta <TField >(field , updater ): void
535
535
` ` `
536
536
537
- Defined in: [packages/form-core/src/FormApi.ts:1155 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1155 )
537
+ Defined in: [packages/form-core/src/FormApi.ts:1167 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1167 )
538
538
539
539
Updates the metadata of the specified field.
540
540
@@ -567,7 +567,7 @@ setFieldValue<TField>(
567
567
opts ? ): void
568
568
` ` `
569
569
570
- Defined in: [packages/form-core/src/FormApi.ts:1197 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1197 )
570
+ Defined in: [packages/form-core/src/FormApi.ts:1209 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1209 )
571
571
572
572
Sets the value of the specified field and optionally updates the touched state.
573
573
@@ -605,7 +605,7 @@ swapFieldValues<TField>(
605
605
opts ? ): void
606
606
` ` `
607
607
608
- Defined in: [packages/form-core/src/FormApi.ts:1351 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1351 )
608
+ Defined in: [packages/form-core/src/FormApi.ts:1363 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L1363 )
609
609
610
610
Swaps the values at the specified indices within an array field.
611
611
@@ -667,7 +667,7 @@ validateAllFields(cause): Promise<ValidationError[]>
667
667
668
668
Defined in: [packages/form-core/src/FormApi.ts:727](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L727)
669
669
670
- Validates form and all fields in using the correct handlers for a given validation cause.
670
+ Validates all fields using the correct handlers for a given validation cause.
671
671
672
672
#### Parameters
673
673
@@ -690,7 +690,7 @@ validateArrayFieldsStartingFrom<TField>(
690
690
cause ): Promise < ValidationError []>
691
691
` ` `
692
692
693
- Defined in: [packages/form-core/src/FormApi.ts:755 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L755 )
693
+ Defined in: [packages/form-core/src/FormApi.ts:757 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L757 )
694
694
695
695
Validates the children of a specified array in the form starting from a given index until the end using the correct handlers for a given validation type.
696
696
@@ -726,7 +726,7 @@ validateField<TField>(field, cause):
726
726
| Promise < ValidationError []>
727
727
` ` `
728
728
729
- Defined in: [packages/form-core/src/FormApi.ts:794 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L794 )
729
+ Defined in: [packages/form-core/src/FormApi.ts:796 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L796 )
730
730
731
731
Validates a specified field in the form using the correct handlers for a given validation type.
732
732
0 commit comments