-
+
Object | control object for `useForm` hook |
-| `control` |
+ This function shares the same functionality as{" "}
+ createFormControl.subscribe, with the key difference being
+ that [createFormControl](/docs/createFormControl) can be initialized
+ outside of a React component.
+
+ This function is dedicated for subscribe form state without **render**, + use this function for that instead of [watch](/docs/useform/watch) + callback function. +
+
Note: only registered fields
with a ref will work. Custom registered inputs do not
- apply. For example: {`register('test') // doesn't work`}{" "}
+ apply. For example:{" "}
+ {`register('test') // doesn't work`}{" "}
diff --git a/src/styles/typography.module.css b/src/styles/typography.module.css index 4821b5ab9..7fa6ff08e 100644 --- a/src/styles/typography.module.css +++ b/src/styles/typography.module.css @@ -97,8 +97,9 @@ h3.subTitle:before { text-transform: uppercase; border: 1px solid var(--color-secondary); padding: 5px 10px; - font-family: "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", - "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; + font-family: + "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", + "Droid Sans", "Helvetica Neue", sans-serif; } .h1 {