Form submit successful.
} - {errors?.root?.server &&Form submit failed.
} + {errors?.root?.server &&Form submit failed.
} + // Manual form submission + return ```true
during validation.
>
),
- validatingFields: (
- <>
- Capture fields which are getting async validation.
- >
- ),
+ validatingFields: <>Capture fields which are getting async validation.>,
disabled: (
<>
Set to true
if the form is disabled via the{" "}
@@ -2205,8 +2201,8 @@ setValue('notRegisteredInput', { test: '1', test2: '2' }); // ✅ sugar syntax t
Update input/inputs at a particular position, updated fields will
- get unmounted and remounted. If this is not desired behavior, please
- use{" "}
+ get unmounted and remounted. If this is not desired behavior,
+ please use{" "}
setValue
{" "}
diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx
index 36459d8ef..3a0f228cf 100644
--- a/src/pages/_document.tsx
+++ b/src/pages/_document.tsx
@@ -13,7 +13,12 @@ export default function Document() {
strategy="afterInteractive"
src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"
/>
-
+