From 830dbe48fb1421e3230d83a04ff939fef191220f Mon Sep 17 00:00:00 2001 From: MHRoni Date: Thu, 24 Jul 2025 01:52:40 +0600 Subject: [PATCH] fixed type in useForm ## 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 --- src/content/docs/useform.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:**