Popover mouseOver #807
-
Does the Popover allow override to the onClick event to show the Popover? I'd like to be able to show a Popover when I over over an element that is associated with a Popover. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
Hey @chjpark ! Can you share (screenshot, codesandbox, etc) what you're trying to use to trigger the popover, and what content is in the popover? Since Popover is a type of dialog, it must be triggered by an explicit user action like a click, and not hover. If you need something similar to show up on hover, you can use a Tooltip. However Tooltips can have only text in them, so depending on your use case, that might not work out for you. |
Beta Was this translation helpful? Give feedback.
-
How can we compose something like a tooltip but allows us to show more information like a popover? For example, |
Beta Was this translation helpful? Give feedback.
Hey @chjpark ! Can you share (screenshot, codesandbox, etc) what you're trying to use to trigger the popover, and what content is in the popover?
Since Popover is a type of dialog, it must be triggered by an explicit user action like a click, and not hover.
If you need something similar to show up on hover, you can use a Tooltip. However Tooltips can have only text in them, so depending on your use case, that might not work out for you.