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/app/pages/renderer/field-array.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,13 @@
1
1
import RouterLink from 'next/link';
2
2
import Link from '@material-ui/core/Link';
3
-
3
+
import Grid from '@material-ui/core/Grid'
4
4
import RawComponent from '@docs/raw-component';
5
5
6
+
import ListOfContents from '../../src/helpers/list-of-contents';
7
+
8
+
<Gridcontaineritem>
9
+
<Griditemxs={12}md={10}>
10
+
6
11
### Field Array Provider
7
12
8
13
Simillarly to <RouterLinkhref='/renderer/field-provider'><Link>FieldProvider</Link></RouterLink> Data driven forms provide an option how to inlude <ahref='https://github.com/final-form/react-final-form-arrays'>React Final Form Arrays</a> in your form.
@@ -75,3 +80,9 @@ PF4 component mapper provides an experimental implementation of PF4 field arrays
75
80
|noItemsMessage|`node`|A message which is shown, when there are no items in the array.|
0 commit comments