-
We are using tooltip component in our app and would like to hide it when user starts scrolling outside. I'm looking for something similar to "closeOnScroll" that is defined on Popover. a) Is close on outer scroll supported with Tooltip components? Since the tooltip's parent has a fixed height with scrolling, the tooltip appears to float in the air as the user scrolls, which looks odd. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Update (for anyone looking for a solution) : This is an existing bug in Fluent UI V9: I used a temporary fix (as suggested in the thread) by leveraging the existing data-popper-escaped attribute to hide the tooltip via CSS. |
Beta Was this translation helpful? Give feedback.
Update (for anyone looking for a solution) :
This is an existing bug in Fluent UI V9:
#32882
Fluent UI feature: #32890
I used a temporary fix (as suggested in the thread) by leveraging the existing data-popper-escaped attribute to hide the tooltip via CSS.