You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defined in: [packages/form-core/src/FieldApi.ts:846](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L846)
10
+
Defined in: [packages/form-core/src/FieldApi.ts:841](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L841)
11
11
12
12
A class representing the API for managing a form field.
Defined in: [packages/form-core/src/FieldApi.ts:974](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L974)
68
+
Defined in: [packages/form-core/src/FieldApi.ts:969](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L969)
69
69
70
70
Initializes a new `FieldApi` instance.
71
71
@@ -87,7 +87,7 @@ Initializes a new `FieldApi` instance.
Defined in: [packages/form-core/src/FieldApi.ts:890](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L890)
90
+
Defined in: [packages/form-core/src/FieldApi.ts:885](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L885)
91
91
92
92
A reference to the form API instance.
93
93
@@ -99,7 +99,7 @@ A reference to the form API instance.
99
99
name: DeepKeys<TParentData>;
100
100
```
101
101
102
-
Defined in: [packages/form-core/src/FieldApi.ts:914](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L914)
102
+
Defined in: [packages/form-core/src/FieldApi.ts:909](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L909)
Defined in: [packages/form-core/src/FieldApi.ts:918](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L918)
114
+
Defined in: [packages/form-core/src/FieldApi.ts:913](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L913)
Defined in: [packages/form-core/src/FieldApi.ts:942](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L942)
126
+
Defined in: [packages/form-core/src/FieldApi.ts:937](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L937)
Defined in: [packages/form-core/src/FieldApi.ts:969](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L969)
138
+
Defined in: [packages/form-core/src/FieldApi.ts:964](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L964)
139
139
140
140
## Accessors
141
141
@@ -147,7 +147,7 @@ Defined in: [packages/form-core/src/FieldApi.ts:969](https://github.com/TanStack
Defined in: [packages/form-core/src/FieldApi.ts:966](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L966)
150
+
Defined in: [packages/form-core/src/FieldApi.ts:961](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L961)
151
151
152
152
The current field state.
153
153
@@ -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:1222](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1222)
166
+
Defined in: [packages/form-core/src/FieldApi.ts:1217](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1217)
167
167
168
168
Gets the field information object.
169
169
@@ -179,7 +179,7 @@ Gets the field information object.
Defined in: [packages/form-core/src/FieldApi.ts:1190](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1190)
182
+
Defined in: [packages/form-core/src/FieldApi.ts:1185](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1185)
183
183
184
184
#### Returns
185
185
@@ -193,7 +193,7 @@ Defined in: [packages/form-core/src/FieldApi.ts:1190](https://github.com/TanStac
193
193
getValue(): TData
194
194
```
195
195
196
-
Defined in: [packages/form-core/src/FieldApi.ts:1172](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1172)
196
+
Defined in: [packages/form-core/src/FieldApi.ts:1167](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1167)
197
197
198
198
Gets the current field value.
199
199
@@ -213,7 +213,7 @@ Use `field.state.value` instead.
213
213
handleBlur(): void
214
214
```
215
215
216
-
Defined in: [packages/form-core/src/FieldApi.ts:1633](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1633)
216
+
Defined in: [packages/form-core/src/FieldApi.ts:1628](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1628)
217
217
218
218
Handles the blur event.
219
219
@@ -229,7 +229,7 @@ Handles the blur event.
229
229
handleChange(updater): void
230
230
```
231
231
232
-
Defined in: [packages/form-core/src/FieldApi.ts:1626](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1626)
232
+
Defined in: [packages/form-core/src/FieldApi.ts:1621](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1621)
233
233
234
234
Handles the change event.
235
235
@@ -254,7 +254,7 @@ insertValue(
254
254
opts?):void
255
255
```
256
256
257
-
Defined in: [packages/form-core/src/FieldApi.ts:1242](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1242)
257
+
Defined in: [packages/form-core/src/FieldApi.ts:1237](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1237)
258
258
259
259
Inserts a value at the specified index, shifting the subsequent values to the right.
260
260
@@ -284,7 +284,7 @@ Inserts a value at the specified index, shifting the subsequent values to the ri
284
284
mount(): () =>void
285
285
```
286
286
287
-
Defined in: [packages/form-core/src/FieldApi.ts:1078](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1078)
287
+
Defined in: [packages/form-core/src/FieldApi.ts:1073](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1073)
288
288
289
289
Mounts the field instance to the form.
290
290
@@ -307,7 +307,7 @@ moveValue(
307
307
opts?):void
308
308
```
309
309
310
-
Defined in: [packages/form-core/src/FieldApi.ts:1298](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1298)
310
+
Defined in: [packages/form-core/src/FieldApi.ts:1293](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1293)
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:1227](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1227)
340
+
Defined in: [packages/form-core/src/FieldApi.ts:1222](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1222)
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:1274](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1274)
366
+
Defined in: [packages/form-core/src/FieldApi.ts:1269](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1269)
367
367
368
368
Removes a value at the specified index.
369
369
@@ -392,7 +392,7 @@ replaceValue(
392
392
opts?):void
393
393
```
394
394
395
-
Defined in: [packages/form-core/src/FieldApi.ts:1258](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1258)
395
+
Defined in: [packages/form-core/src/FieldApi.ts:1253](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1253)
396
396
397
397
Replaces a value at the specified index.
398
398
@@ -422,7 +422,7 @@ Replaces a value at the specified index.
422
422
setErrorMap(errorMap): void
423
423
```
424
424
425
-
Defined in: [packages/form-core/src/FieldApi.ts:1653](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1653)
425
+
Defined in: [packages/form-core/src/FieldApi.ts:1648](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1648)
426
426
427
427
Updates the field's errorMap
428
428
@@ -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:1195](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1195)
447
+
Defined in: [packages/form-core/src/FieldApi.ts:1190](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1190)
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:1179](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1179)
469
+
Defined in: [packages/form-core/src/FieldApi.ts:1174](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1174)
470
470
471
471
Sets the field value and run the `change` validator.
472
472
@@ -495,7 +495,7 @@ swapValues(
495
495
opts?):void
496
496
```
497
497
498
-
Defined in: [packages/form-core/src/FieldApi.ts:1286](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1286)
498
+
Defined in: [packages/form-core/src/FieldApi.ts:1281](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1281)
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:1120](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1120)
528
+
Defined in: [packages/form-core/src/FieldApi.ts:1115](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1115)
529
529
530
530
Updates the field instance with new options.
531
531
@@ -547,7 +547,7 @@ Updates the field instance with new options.
Defined in: [packages/form-core/src/FieldApi.ts:1593](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1593)
550
+
Defined in: [packages/form-core/src/FieldApi.ts:1588](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1588)
0 commit comments