diff --git a/src/content/docs/useform.mdx b/src/content/docs/useform.mdx index 7999930bf..c94eae1d1 100644 --- a/src/content/docs/useform.mdx +++ b/src/content/docs/useform.mdx @@ -329,7 +329,7 @@ This config will enable [browser native validation](https://developer.mozilla.or - Only works with `onSubmit` and `onChange` modes, as the `reportValidity` execution will focus the error input. - Each registered field's validation message is required to be string to display them natively. -- 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. **Examples:**