We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673332a commit 2c0015fCopy full SHA for 2c0015f
packages/react-renderer-demo/src/doc-components/examples-texts/pf4/field-array.md
@@ -11,6 +11,7 @@ PF4 component mapper provides an experimental implementation of field array.
11
|minItems|`number`|Remove button is disabled, if the length of the array is equal or smaller.|
12
|maxItems|`number`|Add button is disabled, if the length of the array is equal or bigger.|
13
|noItemsMessage|`node`|A message which is shown, when there are no items in the array.|
14
+|buttonLabels|`object`|`{add: 'Add item', remove: 'Remove', removeAll: 'Delete all'}` sets labels of buttons.|
15
16
## Naming
17
0 commit comments