You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jasonkuhrt, apologies if this has already been asked or answered (couldn't find it anywhere) - how do I ensure that when on hover, I trigger the popover, I can move from the triggering element to the popover without the popover disappearing?
You can see this in action in the storybook with the 'rows' example where it is impossible to hover over the popover or select something there - it disappears as soon as the mouse is moved away from the triggering element..
The text was updated successfully, but these errors were encountered:
It's not documented, but you can use the offset prop to specify the offset of the popover. Use that prop to adjust the position of the popover in a way that the is no space between the triggering element and the popover.
Hi @jasonkuhrt, apologies if this has already been asked or answered (couldn't find it anywhere) - how do I ensure that when on hover, I trigger the popover, I can move from the triggering element to the popover without the popover disappearing?
You can see this in action in the storybook with the 'rows' example where it is impossible to hover over the popover or select something there - it disappears as soon as the mouse is moved away from the triggering element..
The text was updated successfully, but these errors were encountered: