Skip to content

Commit 2c0015f

Browse files
committed
Add buttonLabels to pf4 field array doc
1 parent 673332a commit 2c0015f

File tree

1 file changed

+1
-0
lines changed
  • packages/react-renderer-demo/src/doc-components/examples-texts/pf4

1 file changed

+1
-0
lines changed

packages/react-renderer-demo/src/doc-components/examples-texts/pf4/field-array.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ PF4 component mapper provides an experimental implementation of field array.
1111
|minItems|`number`|Remove button is disabled, if the length of the array is equal or smaller.|
1212
|maxItems|`number`|Add button is disabled, if the length of the array is equal or bigger.|
1313
|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.|
1415

1516
## Naming
1617

0 commit comments

Comments
 (0)