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: packages/react-renderer-demo/src/pages/components/children.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,23 @@ import DocPage from '@docs/doc-page';
8
8
9
9
## Props
10
10
11
+
Children are supplied with `formFields` and `schema` props. If a child has one of `schema` or `formFields` prop explicitly set, the explicit props will be used.
12
+
13
+
```jsx
14
+
15
+
/**
16
+
* The ChildComponent will receive schema and formFields props from the FormRenderer.
0 commit comments