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):
379
379
| StandardSchemaV1Issue []
380
380
` ` `
381
381
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 )
383
383
384
384
Parses the field's value with the given schema and returns
385
385
issues (if any). This method does NOT set any internal errors.
@@ -407,7 +407,7 @@ parseValueWithSchemaAsync(schema): Promise<
407
407
| StandardSchemaV1Issue []>
408
408
` ` `
409
409
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 )
411
411
412
412
Parses the field's value with the given schema and returns
413
413
issues (if any). This method does NOT set any internal errors.
@@ -519,7 +519,7 @@ Replaces a value at the specified index.
519
519
setErrorMap (errorMap ): void
520
520
` ` `
521
521
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 )
523
523
524
524
Updates the field's errorMap
525
525
You can’t perform that action at this time.
0 commit comments