@@ -305,7 +305,7 @@ Use `field.state.value` instead.
305305handleBlur (): void ;
306306` ` `
307307
308- Defined in: [packages/form-core/src/FieldApi.ts:2031 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L2031 )
308+ Defined in: [packages/form-core/src/FieldApi.ts:2035 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L2035 )
309309
310310Handles the blur event.
311311
@@ -321,7 +321,7 @@ Handles the blur event.
321321handleChange (updater ): void ;
322322` ` `
323323
324- Defined in: [packages/form-core/src/FieldApi.ts:2024 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L2024 )
324+ Defined in: [packages/form-core/src/FieldApi.ts:2028 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L2028 )
325325
326326Handles the change event.
327327
@@ -435,7 +435,7 @@ parseValueWithSchema(schema):
435435 | undefined ;
436436` ` `
437437
438- Defined in: [packages/form-core/src/FieldApi.ts:2074 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L2074 )
438+ Defined in: [packages/form-core/src/FieldApi.ts:2078 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L2078 )
439439
440440Parses the field's value with the given schema and returns
441441issues (if any). This method does NOT set any internal errors.
@@ -463,7 +463,7 @@ parseValueWithSchemaAsync(schema): Promise<
463463| undefined >;
464464` ` `
465465
466- Defined in: [packages/form-core/src/FieldApi.ts:2086 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L2086 )
466+ Defined in: [packages/form-core/src/FieldApi.ts:2090 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L2090 )
467467
468468Parses the field's value with the given schema and returns
469469issues (if any). This method does NOT set any internal errors.
@@ -575,7 +575,7 @@ Replaces a value at the specified index.
575575setErrorMap (errorMap ): void ;
576576` ` `
577577
578- Defined in: [packages/form-core/src/FieldApi.ts:2047 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L2047 )
578+ Defined in: [packages/form-core/src/FieldApi.ts:2051 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L2051 )
579579
580580Updates the field's errorMap
581581
@@ -700,7 +700,7 @@ Updates the field instance with new options.
700700validate (cause , opts ? ): unknown [] | Promise <unknown []>;
701701` ` `
702702
703- Defined in: [packages/form-core/src/FieldApi.ts:1991 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1991 )
703+ Defined in: [packages/form-core/src/FieldApi.ts:1995 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1995 )
704704
705705Validates the field value.
706706
0 commit comments