You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`control`| <TypeText>Object</TypeText> |[`control`](/docs/useform/control) object provided by `useForm`. It's optional if you are using `FormProvider`. |
18
-
|`name`| <TypeText>string \| string[] </TypeText> | Provide a single input name, an array of them, or subscribe to all inputs' formState update. |
19
-
|`disabled`| <TypeText>boolean = false</TypeText> | Option to disable the subscription. |
20
-
|`exact`| <TypeText>boolean = false</TypeText> | This prop will enable an exact match for input name subscriptions. |
21
-
|`render`| <TypeText>Function</TypeText> | Subscribes to form state of specified form field(s) and re-renders its child function whenever the form state changes. This allows you to declaratively consume form state in JSX without manually wiring up state.|
|`control`| <TypeText>Object</TypeText> |[`control`](/docs/useform/control) object provided by `useForm`. It's optional if you are using `FormProvider`. |
18
+
|`name`| <TypeText>string \| string[] </TypeText> | Provide a single input name, an array of them, or subscribe to all inputs' formState update. |
19
+
|`disabled`| <TypeText>boolean = false</TypeText> | Option to disable the subscription. |
20
+
|`exact`| <TypeText>boolean = false</TypeText> | This prop will enable an exact match for input name subscriptions. |
21
+
|`render`| <TypeText>Function</TypeText> | Subscribes to form state of specified form field(s) and re-renders its child function whenever the form state changes. This allows you to declaratively consume form state in JSX without manually wiring up state. |
0 commit comments