File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ parseValueWithSchema(schema):
379379 | StandardSchemaV1Issue []
380380` ` `
381381
382- Defined in: [packages/form-core/src/FieldApi.ts:1712 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1712 )
382+ Defined in: [packages/form-core/src/FieldApi.ts:1711 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1711 )
383383
384384Parses the field's value with the given schema and returns
385385issues (if any). This method does NOT set any internal errors.
@@ -407,7 +407,7 @@ parseValueWithSchemaAsync(schema): Promise<
407407| StandardSchemaV1Issue []>
408408` ` `
409409
410- Defined in: [packages/form-core/src/FieldApi.ts:1724 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1724 )
410+ Defined in: [packages/form-core/src/FieldApi.ts:1723 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1723 )
411411
412412Parses the field's value with the given schema and returns
413413issues (if any). This method does NOT set any internal errors.
@@ -519,7 +519,7 @@ Replaces a value at the specified index.
519519setErrorMap (errorMap ): void
520520` ` `
521521
522- Defined in: [packages/form-core/src/FieldApi.ts:1687 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1687 )
522+ Defined in: [packages/form-core/src/FieldApi.ts:1686 ](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1686 )
523523
524524Updates the field's errorMap
525525
You can’t perform that action at this time.
0 commit comments