TreeView - Can not put LabelGroup in expandable TreeViewItem due to nested button elements #5488
ianw
started this conversation in
Feature requests
Replies: 0 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@ianw can you tell us more about the underlying use case and why you are wanting to put a label group in the tree? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have made a
TreeViewwithitem.nameas a more complex object, where I wanted to use aLabelGroupwithin it; but this leads toA screenshot is below
I guess the problem here is that the expandable-row (
pf-c-tree-view__nodeabove) from theTreeViewis made with abutton(highlighed above), but then theLabelGroupwants to use a button to have the group expansion too; e.g.A suggestion might be that the
TreeViewshould somehow be implemented with adiv/onclickinstead of abuttonto give a bit more flexibility to the internal tree view elements?Beta Was this translation helpful? Give feedback.
All reactions