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.
useForm
1 parent 3715fd0 commit 28b970fCopy full SHA for 28b970f
src/content/docs/useform.mdx
@@ -322,7 +322,7 @@ This config will enable [browser native validation](https://developer.mozilla.or
322
323
- Only works with `onSubmit` and `onChange` modes, as the `reportValidity` execution will focus the error input.
324
- Each registered field's validation message is required to be string to display them natively.
325
-- This feature only works with the `register` API and`useController/Controller` that are connected with actual DOM references.
+- This feature only works with the `register` API and `useController/Controller` that are connected with actual DOM references.
326
327
**Examples:**
328
0 commit comments