@@ -175,6 +175,28 @@ The current field state.
175175
176176## Methods
177177
178+ ### clearValues()
179+
180+ ``` ts
181+ clearValues (opts ? ): void
182+ ` ` `
183+
184+ Defined in: [packages/form-core/src/FieldApi.ts:1319](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1319)
185+
186+ Clear all values from the array.
187+
188+ #### Parameters
189+
190+ ##### opts?
191+
192+ ` UpdateMetaOptions `
193+
194+ #### Returns
195+
196+ ` void `
197+
198+ ***
199+
178200### getInfo()
179201
180202` ` ` ts
@@ -231,7 +253,7 @@ Use `field.state.value` instead.
231253handleBlur (): void
232254` ` `
233255
234- Defined in: [ packages/form-core/src/FieldApi.ts:1661 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1661 )
256+ Defined in: [packages/form-core/src/FieldApi.ts:1670 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1670 )
235257
236258Handles the blur event.
237259
@@ -247,7 +269,7 @@ Handles the blur event.
247269handleChange (updater ): void
248270` ` `
249271
250- Defined in: [ packages/form-core/src/FieldApi.ts:1654 ] ( https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1654 )
272+ Defined in: [packages/form-core/src/FieldApi.ts:1663 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1663 )
251273
252274Handles the change event.
253275
@@ -357,7 +379,7 @@ parseValueWithSchema(schema):
357379 | StandardSchemaV1Issue []
358380` ` `
359381
360- Defined in: [packages/form-core/src/FieldApi.ts:1703 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1703 )
382+ Defined in: [packages/form-core/src/FieldApi.ts:1712 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1712 )
361383
362384Parses the field's value with the given schema and returns
363385issues (if any). This method does NOT set any internal errors.
@@ -385,7 +407,7 @@ parseValueWithSchemaAsync(schema): Promise<
385407| StandardSchemaV1Issue []>
386408` ` `
387409
388- Defined in: [packages/form-core/src/FieldApi.ts:1715 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1715 )
410+ Defined in: [packages/form-core/src/FieldApi.ts:1724 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1724 )
389411
390412Parses the field's value with the given schema and returns
391413issues (if any). This method does NOT set any internal errors.
@@ -497,7 +519,7 @@ Replaces a value at the specified index.
497519setErrorMap (errorMap ): void
498520` ` `
499521
500- Defined in: [packages/form-core/src/FieldApi.ts:1678 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1678 )
522+ Defined in: [packages/form-core/src/FieldApi.ts:1687 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1687 )
501523
502524Updates the field's errorMap
503525
@@ -622,7 +644,7 @@ Updates the field instance with new options.
622644validate (cause , opts ? ): unknown [] | Promise < unknown []>
623645` ` `
624646
625- Defined in: [packages/form-core/src/FieldApi.ts:1621 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1621 )
647+ Defined in: [packages/form-core/src/FieldApi.ts:1630 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1630 )
626648
627649Validates the field value.
628650
0 commit comments