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
TreeView
withitem.name
as a more complex object, where I wanted to use aLabelGroup
within it; but this leads toA screenshot is below
I guess the problem here is that the expandable-row (
pf-c-tree-view__node
above) from theTreeView
is made with abutton
(highlighed above), but then theLabelGroup
wants to use a button to have the group expansion too; e.g.A suggestion might be that the
TreeView
should somehow be implemented with adiv
/onclick
instead of abutton
to give a bit more flexibility to the internal tree view elements?Beta Was this translation helpful? Give feedback.
All reactions