We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b215a commit 8bd9efaCopy full SHA for 8bd9efa
docs/src/pages/guide/composition-api/handling-forms.mdx
@@ -216,6 +216,8 @@ If you are using `zod` or `yup` with [Typed schemas](/guide/composition-api/type
216
217
</DocTip>
218
219
+You can reset initial values at [any time using the `resetForm`](#handling-resets) function returned by `useForm`.
220
+
221
### Manually Setting Form Values
222
223
You can set any field's value using either `setFieldValue` or `setValues` returned by `useForm`.
0 commit comments