Replies: 2 comments 1 reply
-
Ah, Tooltip context would be going to the Picker probably if you wrap the whole Dialog in a tooltip trigger. Better instead to only wrap the ActionButton with the TooltipTrigger and then put the DialogTrigger around all of that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, snowystinger, thank you for your answer. I tried it but the dialog won't open if I do it like this:
|
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
-
Hello,
what would be the correct way to add a tooltip to an icon that opens a dialog?
I'm trying with this code:
Hovering over the icon when the dialog is closed is OK:
However when the dialog is open and hovering over the icon, the tooltip appears over a Picker inside the dialog:
Beta Was this translation helpful? Give feedback.
All reactions