I have a problem with tooltip combined with dialogs #32423
-
My purpose is to open a dialog using a button inside a tooltip content. To implement a simple demo I used the original code in stackblits and combined the 2 components. All is working except for one thing: when the dialog is closed using the close button or the 'x' button, the tooltip remains visible and is not hidden until hovered. Instead if I close the dialog clicking outside of it, the tooltip is hidden correctly. What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @lo-dominici, have you tried to use controlled tooltip? |
Beta Was this translation helpful? Give feedback.
Hello @lo-dominici, have you tried to use controlled tooltip?
https://react.fluentui.dev/?path=/docs/components-tooltip--docs#controlled