Skip to content

Commit 2bb7a04

Browse files
authored
Merge pull request #1046 from rvsia/fixWrongWhitespace
Fix wrong whitespace in PF4 dual list description
2 parents 29593e9 + c7b7065 commit 2bb7a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-renderer-demo/src/doc-components/examples-texts/pf4/dual-list-select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ const CustomRightSortButton = () => {
136136
};
137137
```
138138

139-
### isTree
139+
### isTree
140140

141141
`isTree` follows the same structure as the [original prop](https://www.patternfly.org/v4/components/dual-list-selector#duallistselector), but you have to provide `value` for all leaves (not folders). You can also use `label` instead of `text` to preserve the same API as the standard variant. There is no `getValueFromNode` option for the tree variant.

0 commit comments

Comments
 (0)