Skip to content

Commit 711e8de

Browse files
authored
fixed type in useForm (#1164)
## typo was in shouldUseNativeValidation section This feature only works with the register API anduseController/Controller that the space between "API and" and "useController/Controller" was missinig in the website version of documentaion
1 parent 51a861b commit 711e8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/useform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ This config will enable [browser native validation](https://developer.mozilla.or
329329

330330
- Only works with `onSubmit` and `onChange` modes, as the `reportValidity` execution will focus the error input.
331331
- Each registered field's validation message is required to be string to display them natively.
332-
- This feature only works with the `register` API and `useController/Controller` that are connected with actual DOM references.
332+
- This feature only works with the `register` API and  `useController/Controller` that are connected with actual DOM references.
333333

334334
**Examples:**
335335

0 commit comments

Comments
 (0)