Merge pull request #9255 from PhilemonChiro/fix/tanstack-form-performance

fix(docs): improve TanStack Form example performance
This commit is contained in:
shadcn
2026-02-06 12:27:54 +04:00
committed by GitHub

View File

@@ -77,7 +77,7 @@ export function ExampleForm() {
password: "",
},
validators: {
onChange: exampleFormSchema,
onBlur: exampleFormSchema,
},
onSubmit: async ({ value }) => {
setValues(value)