diff --git a/src/components/UseForm.tsx b/src/components/UseForm.tsx
index 9068fb883..4ba9c518a 100644
--- a/src/components/UseForm.tsx
+++ b/src/components/UseForm.tsx
@@ -354,13 +354,17 @@ const { register } = useForm
reportValidity
execution will focus on the error
- input.
+
+ Only works with onSubmit and onChange mode due to{" "}
+ reportValidity
execution will focus on the error
+ input.
+
+ Each registered field's validation message is required to be + string to display them natively. +