@@ -45,7 +45,7 @@ Initializes a new `FieldApi` instance.
45
45
46
46
#### Defined in
47
47
48
- [ packages/form-core/src/FieldApi.ts:438 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L438 )
48
+ [ packages/form-core/src/FieldApi.ts:439 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L439 )
49
49
50
50
## Properties
51
51
@@ -59,7 +59,7 @@ A reference to the form API instance.
59
59
60
60
#### Defined in
61
61
62
- [ packages/form-core/src/FieldApi.ts:401 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L401 )
62
+ [ packages/form-core/src/FieldApi.ts:402 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L402 )
63
63
64
64
***
65
65
@@ -73,7 +73,7 @@ The field name.
73
73
74
74
#### Defined in
75
75
76
- [ packages/form-core/src/FieldApi.ts:411 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L411 )
76
+ [ packages/form-core/src/FieldApi.ts:412 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L412 )
77
77
78
78
***
79
79
@@ -87,7 +87,7 @@ The field options.
87
87
88
88
#### Defined in
89
89
90
- [ packages/form-core/src/FieldApi.ts:415 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L415 )
90
+ [ packages/form-core/src/FieldApi.ts:416 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L416 )
91
91
92
92
***
93
93
@@ -101,7 +101,7 @@ The current field state.
101
101
102
102
#### Defined in
103
103
104
- [ packages/form-core/src/FieldApi.ts:429 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L429 )
104
+ [ packages/form-core/src/FieldApi.ts:430 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L430 )
105
105
106
106
***
107
107
@@ -115,7 +115,7 @@ The field state store.
115
115
116
116
#### Defined in
117
117
118
- [ packages/form-core/src/FieldApi.ts:425 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L425 )
118
+ [ packages/form-core/src/FieldApi.ts:426 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L426 )
119
119
120
120
## Methods
121
121
@@ -133,7 +133,7 @@ Gets the field information object.
133
133
134
134
#### Defined in
135
135
136
- [ packages/form-core/src/FieldApi.ts:650 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L650 )
136
+ [ packages/form-core/src/FieldApi.ts:657 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L657 )
137
137
138
138
***
139
139
@@ -151,7 +151,7 @@ Gets the current field metadata.
151
151
152
152
#### Defined in
153
153
154
- [ packages/form-core/src/FieldApi.ts:628 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L628 )
154
+ [ packages/form-core/src/FieldApi.ts:635 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L635 )
155
155
156
156
***
157
157
@@ -173,7 +173,7 @@ Use `field.state.value` instead.
173
173
174
174
#### Defined in
175
175
176
- [ packages/form-core/src/FieldApi.ts:608 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L608 )
176
+ [ packages/form-core/src/FieldApi.ts:615 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L615 )
177
177
178
178
***
179
179
@@ -191,7 +191,7 @@ Handles the blur event.
191
191
192
192
#### Defined in
193
193
194
- [ packages/form-core/src/FieldApi.ts:1004 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1004 )
194
+ [ packages/form-core/src/FieldApi.ts:1016 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1016 )
195
195
196
196
***
197
197
@@ -213,7 +213,7 @@ Handles the change event.
213
213
214
214
#### Defined in
215
215
216
- [ packages/form-core/src/FieldApi.ts:997 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L997 )
216
+ [ packages/form-core/src/FieldApi.ts:1009 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1009 )
217
217
218
218
***
219
219
@@ -242,7 +242,7 @@ Inserts a value at the specified index, shifting the subsequent values to the ri
242
242
243
243
#### Defined in
244
244
245
- [packages/form-core/src/FieldApi.ts:663 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L663 )
245
+ [packages/form-core/src/FieldApi.ts:670 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L670 )
246
246
247
247
***
248
248
@@ -264,7 +264,7 @@ Mounts the field instance to the form.
264
264
265
265
#### Defined in
266
266
267
- [packages/form-core/src/FieldApi.ts:524 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L524 )
267
+ [packages/form-core/src/FieldApi.ts:530 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L530 )
268
268
269
269
***
270
270
@@ -293,7 +293,7 @@ Moves the value at the first specified index to the second specified index.
293
293
294
294
#### Defined in
295
295
296
- [packages/form-core/src/FieldApi.ts:693 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L693 )
296
+ [packages/form-core/src/FieldApi.ts:700 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L700 )
297
297
298
298
***
299
299
@@ -317,7 +317,7 @@ Pushes a new value to the field.
317
317
318
318
#### Defined in
319
319
320
- [packages/form-core/src/FieldApi.ts:655 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L655 )
320
+ [packages/form-core/src/FieldApi.ts:662 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L662 )
321
321
322
322
***
323
323
@@ -341,7 +341,7 @@ Removes a value at the specified index.
341
341
342
342
#### Defined in
343
343
344
- [packages/form-core/src/FieldApi.ts:681 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L681 )
344
+ [packages/form-core/src/FieldApi.ts:688 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L688 )
345
345
346
346
***
347
347
@@ -370,7 +370,7 @@ Replaces a value at the specified index.
370
370
371
371
#### Defined in
372
372
373
- [packages/form-core/src/FieldApi.ts:672 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L672 )
373
+ [packages/form-core/src/FieldApi.ts:679 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L679 )
374
374
375
375
***
376
376
@@ -392,7 +392,7 @@ Updates the field's errorMap
392
392
393
393
#### Defined in
394
394
395
- [packages/form-core/src/FieldApi.ts:1019 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1019 )
395
+ [packages/form-core/src/FieldApi.ts:1031 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1031 )
396
396
397
397
***
398
398
@@ -414,7 +414,7 @@ Sets the field metadata.
414
414
415
415
#### Defined in
416
416
417
- [packages/form-core/src/FieldApi.ts:644 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L644 )
417
+ [packages/form-core/src/FieldApi.ts:651 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L651 )
418
418
419
419
***
420
420
@@ -438,7 +438,7 @@ Sets the field value and run the `change` validator.
438
438
439
439
#### Defined in
440
440
441
- [packages/form-core/src/FieldApi.ts:615 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L615 )
441
+ [packages/form-core/src/FieldApi.ts:622 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L622 )
442
442
443
443
***
444
444
@@ -467,7 +467,7 @@ Swaps the values at the specified indices.
467
467
468
468
#### Defined in
469
469
470
- [packages/form-core/src/FieldApi.ts:687 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L687 )
470
+ [packages/form-core/src/FieldApi.ts:694 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L694 )
471
471
472
472
***
473
473
@@ -489,7 +489,7 @@ Updates the field instance with new options.
489
489
490
490
#### Defined in
491
491
492
- [packages/form-core/src/FieldApi.ts:571 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L571 )
492
+ [packages/form-core/src/FieldApi.ts:578 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L578 )
493
493
494
494
***
495
495
@@ -511,4 +511,4 @@ Validates the field value.
511
511
512
512
#### Defined in
513
513
514
- [packages/form-core/src/FieldApi.ts:958 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L958 )
514
+ [packages/form-core/src/FieldApi.ts:970 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L970 )
0 commit comments