Skip to content

Commit 8bd9efa

Browse files
committed
docs: note on reseting initial values
1 parent e9b215a commit 8bd9efa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/pages/guide/composition-api/handling-forms.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ If you are using `zod` or `yup` with [Typed schemas](/guide/composition-api/type
216216

217217
</DocTip>
218218

219+
You can reset initial values at [any time using the `resetForm`](#handling-resets) function returned by `useForm`.
220+
219221
### Manually Setting Form Values
220222

221223
You can set any field's value using either `setFieldValue` or `setValues` returned by `useForm`.

0 commit comments

Comments
 (0)