patternfly-react
patternfly-react copied to clipboard
Bug - Tree view - selected state doesn't persist if parent node is collapsed
https://www.patternfly.org/v4/components/tree-view/#default
If you select a node, then collapse and expand its parent, the node is no longer selected. It should remain selected.
Note: this is just for basic tree view nodes. Checkbox nodes and the new expandable/selectable nodes (from https://github.com/patternfly/patternfly-react/pull/7714) persist the node selection state as expected.
cc @kmcfaul