Skip to content

Commit 0f607f9

Browse files
committed
Change Field Array to Dynamic fields
1 parent 6c2c04b commit 0f607f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/react-renderer-demo/src/app/pages/renderer/field-array.md renamed to packages/react-renderer-demo/src/app/pages/renderer/dynamic-fields.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import ListOfContents from '../../src/helpers/list-of-contents';
66
<Grid container item>
77
<Grid item xs={12} md={10}>
88

9-
# Field Array Provider
9+
# Dynamic fields
1010

11-
Simillarly to [FieldProvider](/renderer/field-provider) Data driven forms provide an option how to inlude [React Final Form Arrays](https://github.com/final-form/react-final-form-arrays) in your form. Please visit their documentation to learn about functionality.
11+
Dynamic fields allow you to add or remove field inputs in your forms. In Data Driven Forms, Field Array is used to provide this functionality. Simillarly to [FieldProvider](/renderer/field-provider) Data driven forms include [React Final Form Arrays](https://github.com/final-form/react-final-form-arrays). Please visit their documentation to learn more about the functionality and implementation.
1212

1313
## Using FieldArray
1414

@@ -83,6 +83,6 @@ PF4 component mapper provides an experimental implementation of PF4 field arrays
8383

8484
</Grid>
8585
<Grid item xs={false} md={2}>
86-
<ListOfContents file="renderer/field-array" />
86+
<ListOfContents file="renderer/dynamic-fields" />
8787
</Grid>
8888
</Grid>

packages/react-renderer-demo/src/app/src/components/navigation/documentation-pages.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ export const docs = [
6060
linkText: 'Action mapper'
6161
},
6262
{
63-
component: 'field-array',
64-
linkText: 'FieldArray Provider'
63+
component: 'dynamic-fields',
64+
linkText: 'Dynamic fields'
6565
},
6666
{
6767
component: 'schema-validator',

0 commit comments

Comments
 (0)