@@ -47,7 +47,7 @@ Initializes a new `FieldApi` instance.
47
47
48
48
#### Defined in
49
49
50
- [ packages/form-core/src/FieldApi.ts:518 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L518 )
50
+ [ packages/form-core/src/FieldApi.ts:474 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L474 )
51
51
52
52
## Properties
53
53
@@ -61,7 +61,7 @@ A reference to the form API instance.
61
61
62
62
#### Defined in
63
63
64
- [ packages/form-core/src/FieldApi.ts:480 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L480 )
64
+ [ packages/form-core/src/FieldApi.ts:436 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L436 )
65
65
66
66
***
67
67
@@ -75,7 +75,7 @@ The field name.
75
75
76
76
#### Defined in
77
77
78
- [ packages/form-core/src/FieldApi.ts:490 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L490 )
78
+ [ packages/form-core/src/FieldApi.ts:446 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L446 )
79
79
80
80
***
81
81
@@ -89,7 +89,7 @@ The field options.
89
89
90
90
#### Defined in
91
91
92
- [ packages/form-core/src/FieldApi.ts:494 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L494 )
92
+ [ packages/form-core/src/FieldApi.ts:450 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L450 )
93
93
94
94
***
95
95
@@ -103,7 +103,7 @@ The current field state.
103
103
104
104
#### Defined in
105
105
106
- [ packages/form-core/src/FieldApi.ts:508 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L508 )
106
+ [ packages/form-core/src/FieldApi.ts:464 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L464 )
107
107
108
108
***
109
109
@@ -117,7 +117,7 @@ The field state store.
117
117
118
118
#### Defined in
119
119
120
- [ packages/form-core/src/FieldApi.ts:504 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L504 )
120
+ [ packages/form-core/src/FieldApi.ts:460 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L460 )
121
121
122
122
***
123
123
@@ -129,7 +129,7 @@ timeoutIds: Record<ValidationCause, null | Timeout>;
129
129
130
130
#### Defined in
131
131
132
- [ packages/form-core/src/FieldApi.ts:513 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L513 )
132
+ [ packages/form-core/src/FieldApi.ts:469 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L469 )
133
133
134
134
## Methods
135
135
@@ -147,7 +147,7 @@ Gets the field information object.
147
147
148
148
#### Defined in
149
149
150
- [ packages/form-core/src/FieldApi.ts:757 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L757 )
150
+ [ packages/form-core/src/FieldApi.ts:713 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L713 )
151
151
152
152
***
153
153
@@ -165,7 +165,7 @@ Gets the current field metadata.
165
165
166
166
#### Defined in
167
167
168
- [ packages/form-core/src/FieldApi.ts:735 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L735 )
168
+ [ packages/form-core/src/FieldApi.ts:691 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L691 )
169
169
170
170
***
171
171
@@ -187,7 +187,7 @@ Use `field.state.value` instead.
187
187
188
188
#### Defined in
189
189
190
- [ packages/form-core/src/FieldApi.ts:709 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L709 )
190
+ [ packages/form-core/src/FieldApi.ts:665 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L665 )
191
191
192
192
***
193
193
@@ -205,7 +205,7 @@ Handles the blur event.
205
205
206
206
#### Defined in
207
207
208
- [ packages/form-core/src/FieldApi.ts:1109 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1109 )
208
+ [ packages/form-core/src/FieldApi.ts:1065 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1065 )
209
209
210
210
***
211
211
@@ -229,7 +229,7 @@ Handles the change event.
229
229
230
230
#### Defined in
231
231
232
- [ packages/form-core/src/FieldApi.ts:1102 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1102 )
232
+ [ packages/form-core/src/FieldApi.ts:1058 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1058 )
233
233
234
234
***
235
235
@@ -264,7 +264,7 @@ Inserts a value at the specified index, shifting the subsequent values to the ri
264
264
265
265
#### Defined in
266
266
267
- [packages/form-core/src/FieldApi.ts:770 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L770 )
267
+ [packages/form-core/src/FieldApi.ts:726 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L726 )
268
268
269
269
***
270
270
@@ -286,7 +286,7 @@ Mounts the field instance to the form.
286
286
287
287
#### Defined in
288
288
289
- [packages/form-core/src/FieldApi.ts:619 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L619 )
289
+ [packages/form-core/src/FieldApi.ts:575 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L575 )
290
290
291
291
***
292
292
@@ -321,7 +321,7 @@ Moves the value at the first specified index to the second specified index.
321
321
322
322
#### Defined in
323
323
324
- [packages/form-core/src/FieldApi.ts:800 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L800 )
324
+ [packages/form-core/src/FieldApi.ts:756 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L756 )
325
325
326
326
***
327
327
@@ -349,7 +349,7 @@ Pushes a new value to the field.
349
349
350
350
#### Defined in
351
351
352
- [packages/form-core/src/FieldApi.ts:762 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L762 )
352
+ [packages/form-core/src/FieldApi.ts:718 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L718 )
353
353
354
354
***
355
355
@@ -377,7 +377,7 @@ Removes a value at the specified index.
377
377
378
378
#### Defined in
379
379
380
- [packages/form-core/src/FieldApi.ts:788 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L788 )
380
+ [packages/form-core/src/FieldApi.ts:744 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L744 )
381
381
382
382
***
383
383
@@ -412,7 +412,7 @@ Replaces a value at the specified index.
412
412
413
413
#### Defined in
414
414
415
- [packages/form-core/src/FieldApi.ts:779 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L779 )
415
+ [packages/form-core/src/FieldApi.ts:735 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L735 )
416
416
417
417
***
418
418
@@ -436,7 +436,7 @@ Updates the field's errorMap
436
436
437
437
#### Defined in
438
438
439
- [packages/form-core/src/FieldApi.ts:1129 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1129 )
439
+ [packages/form-core/src/FieldApi.ts:1085 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1085 )
440
440
441
441
***
442
442
@@ -460,7 +460,7 @@ Sets the field metadata.
460
460
461
461
#### Defined in
462
462
463
- [packages/form-core/src/FieldApi.ts:751 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L751 )
463
+ [packages/form-core/src/FieldApi.ts:707 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L707 )
464
464
465
465
***
466
466
@@ -488,7 +488,7 @@ Sets the field value and run the `change` validator.
488
488
489
489
#### Defined in
490
490
491
- [packages/form-core/src/FieldApi.ts:716 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L716 )
491
+ [packages/form-core/src/FieldApi.ts:672 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L672 )
492
492
493
493
***
494
494
@@ -523,7 +523,7 @@ Swaps the values at the specified indices.
523
523
524
524
#### Defined in
525
525
526
- [packages/form-core/src/FieldApi.ts:794 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L794 )
526
+ [packages/form-core/src/FieldApi.ts:750 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L750 )
527
527
528
528
***
529
529
@@ -547,7 +547,7 @@ Updates the field instance with new options.
547
547
548
548
#### Defined in
549
549
550
- [packages/form-core/src/FieldApi.ts:672 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L672 )
550
+ [packages/form-core/src/FieldApi.ts:628 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L628 )
551
551
552
552
***
553
553
@@ -571,4 +571,4 @@ Validates the field value.
571
571
572
572
#### Defined in
573
573
574
- [packages/form-core/src/FieldApi.ts:1074 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1074 )
574
+ [packages/form-core/src/FieldApi.ts:1030 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1030 )
0 commit comments