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
Copy file name to clipboardExpand all lines: docs/framework/angular/guides/submission-handling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ export class AppComponent {
65
65
66
66
## Transforming data with Standard Schemas
67
67
68
-
While Tanstack Form provides [Standard Schema support](../validation.md) for validation, it does not preserve the Schema's output data.
68
+
While Tanstack Form provides [Standard Schema support](./validation.md) for validation, it does not preserve the Schema's output data.
69
69
70
70
The value passed to the `onSubmit` function will always be the input data. To receive the output data of a Standard Schema, parse it in the `onSubmit` function:
Copy file name to clipboardExpand all lines: docs/framework/react/guides/focus-management.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: Focus Management
5
5
6
6
In some instances, you may want to focus the first input with an error.
7
7
8
-
[Because TanStack Form intentionally does not have insights into your markup](../../../../philosophy.md), we cannot add a built-in focus management feature.
8
+
[Because TanStack Form intentionally does not have insights into your markup](../../../philosophy.md), we cannot add a built-in focus management feature.
9
9
10
10
However, you can easily add this feature into your application without this hypothetical built-in feature.
0 commit comments