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
Copy file name to clipboardExpand all lines: src/content/docs/createFormControl.mdx
+24-4Lines changed: 24 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,45 @@ description: Create form state and ready to be subscribed (BETA)
4
4
sidebar: apiLinks
5
5
---
6
6
7
-
This function create the entire form state subscription and allow you to subscribe update with or without react component.
7
+
This function create the entire form state subscription and allow you to subscribe update with or without react component. You can use this function without the need of React Context api.
8
8
9
9
### Props
10
10
11
11
---
12
12
13
-
This following table applied to `FormProvider`, `useFormContext` accepts no argument.
0 commit comments