@@ -163,7 +163,7 @@ The current field state.
163
163
getInfo (): FieldInfo < TParentData >
164
164
```
165
165
166
- Defined in: [ packages/form-core/src/FieldApi.ts:1216 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1216 )
166
+ Defined in: [ packages/form-core/src/FieldApi.ts:1222 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1222 )
167
167
168
168
Gets the field information object.
169
169
@@ -179,7 +179,7 @@ Gets the field information object.
179
179
getMeta (): FieldMeta < TParentData , TName , TData , TOnMount , TOnChange , TOnChangeAsync , TOnBlur , TOnBlurAsync , TOnSubmit , TOnSubmitAsync , TFormOnMount , TFormOnChange , TFormOnChangeAsync , TFormOnBlur , TFormOnBlurAsync , TFormOnSubmit , TFormOnSubmitAsync >
180
180
```
181
181
182
- Defined in: [ packages/form-core/src/FieldApi.ts:1184 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1184 )
182
+ Defined in: [ packages/form-core/src/FieldApi.ts:1190 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1190 )
183
183
184
184
#### Returns
185
185
@@ -193,7 +193,7 @@ Defined in: [packages/form-core/src/FieldApi.ts:1184](https://github.com/TanStac
193
193
getValue (): TData
194
194
```
195
195
196
- Defined in: [ packages/form-core/src/FieldApi.ts:1166 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1166 )
196
+ Defined in: [ packages/form-core/src/FieldApi.ts:1172 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1172 )
197
197
198
198
Gets the current field value.
199
199
@@ -249,12 +249,12 @@ Handles the change event.
249
249
250
250
``` ts
251
251
insertValue (
252
- index ,
253
- value ,
252
+ index ,
253
+ value ,
254
254
opts ? ): void
255
255
` ` `
256
256
257
- Defined in: [packages/form-core/src/FieldApi.ts:1236 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1236 )
257
+ Defined in: [packages/form-core/src/FieldApi.ts:1242 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1242 )
258
258
259
259
Inserts a value at the specified index, shifting the subsequent values to the right.
260
260
@@ -302,12 +302,12 @@ Mounts the field instance to the form.
302
302
303
303
` ` ` ts
304
304
moveValue (
305
- aIndex ,
306
- bIndex ,
305
+ aIndex ,
306
+ bIndex ,
307
307
opts ? ): void
308
308
` ` `
309
309
310
- Defined in: [packages/form-core/src/FieldApi.ts:1292 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1292 )
310
+ Defined in: [packages/form-core/src/FieldApi.ts:1298 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1298 )
311
311
312
312
Moves the value at the first specified index to the second specified index.
313
313
@@ -337,7 +337,7 @@ Moves the value at the first specified index to the second specified index.
337
337
pushValue (value , opts ? ): void
338
338
` ` `
339
339
340
- Defined in: [packages/form-core/src/FieldApi.ts:1221 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1221 )
340
+ Defined in: [packages/form-core/src/FieldApi.ts:1227 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1227 )
341
341
342
342
Pushes a new value to the field.
343
343
@@ -363,7 +363,7 @@ Pushes a new value to the field.
363
363
removeValue (index , opts ? ): void
364
364
` ` `
365
365
366
- Defined in: [packages/form-core/src/FieldApi.ts:1268 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1268 )
366
+ Defined in: [packages/form-core/src/FieldApi.ts:1274 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1274 )
367
367
368
368
Removes a value at the specified index.
369
369
@@ -387,12 +387,12 @@ Removes a value at the specified index.
387
387
388
388
` ` ` ts
389
389
replaceValue (
390
- index ,
391
- value ,
390
+ index ,
391
+ value ,
392
392
opts ? ): void
393
393
` ` `
394
394
395
- Defined in: [packages/form-core/src/FieldApi.ts:1252 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1252 )
395
+ Defined in: [packages/form-core/src/FieldApi.ts:1258 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1258 )
396
396
397
397
Replaces a value at the specified index.
398
398
@@ -444,7 +444,7 @@ Updates the field's errorMap
444
444
setMeta (updater ): void
445
445
` ` `
446
446
447
- Defined in: [packages/form-core/src/FieldApi.ts:1189 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1189 )
447
+ Defined in: [packages/form-core/src/FieldApi.ts:1195 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1195 )
448
448
449
449
Sets the field metadata.
450
450
@@ -466,7 +466,7 @@ Sets the field metadata.
466
466
setValue (updater , options ? ): void
467
467
` ` `
468
468
469
- Defined in: [packages/form-core/src/FieldApi.ts:1173 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1173 )
469
+ Defined in: [packages/form-core/src/FieldApi.ts:1179 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1179 )
470
470
471
471
Sets the field value and run the ` change ` validator.
472
472
@@ -490,12 +490,12 @@ Sets the field value and run the `change` validator.
490
490
491
491
` ` ` ts
492
492
swapValues (
493
- aIndex ,
494
- bIndex ,
493
+ aIndex ,
494
+ bIndex ,
495
495
opts ? ): void
496
496
` ` `
497
497
498
- Defined in: [packages/form-core/src/FieldApi.ts:1280 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1280 )
498
+ Defined in: [packages/form-core/src/FieldApi.ts:1286 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1286 )
499
499
500
500
Swaps the values at the specified indices.
501
501
@@ -525,7 +525,7 @@ Swaps the values at the specified indices.
525
525
update (opts ): void
526
526
` ` `
527
527
528
- Defined in: [packages/form-core/src/FieldApi.ts:1114 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1114 )
528
+ Defined in: [packages/form-core/src/FieldApi.ts:1120 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1120 )
529
529
530
530
Updates the field instance with new options.
531
531
0 commit comments