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 9faee9e commit 74fa4c4Copy full SHA for 74fa4c4
src/content/docs/useform/reset.mdx
@@ -40,7 +40,7 @@ Reset the entire form state, fields reference, and subscriptions. There are opti
40
})
41
}, [isSubmitSuccessful])
42
```
43
-- It's fine to run reset without argument as long as you have provided a `defaultValues` at useForm.
+- It's fine to run `reset` without argument as long as you have provided a `defaultValues` at useForm.
44
45
```javascript
46
reset(); // update form back to default values
0 commit comments