Use Tooltip in GridListItem #7299
Unanswered
CurryYangxx
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I am also confused about the nesting restrictions of aria components. It seems that our documentation does not specify which components can be nested in each other. During the development process, I often need to try different component nesting to make it work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a GridList and I want to show a tooltip when user hover on the GridListItem. I read the doc and it seems the tooltiptrigger only can be Button. So I have components nested like this:
But it seems the Button trigger has an event conflict with GridList, when I click a GridListItem, will not trigger
onSelectionChange
function. I want to ask if I can use other component as the tooltip trigger?Beta Was this translation helpful? Give feedback.
All reactions