-
Hey there, I think it would be great to add an "isInteractive" flag to to allow the content inside them to be interacted with. Here's an example from the Tippy tooltip docs of what I'm talking about: https://atomiks.github.io/tippyjs/#interactivity Hope this request makes sense. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Why not use a Popover instead, in this case? |
Beta Was this translation helpful? Give feedback.
-
@adidahiya because the interaction is different, with a blueprint popover you'll have to click to have the tooltip show up. In the tippy example I sent, you don't have to click. |
Beta Was this translation helpful? Give feedback.
-
Just use https://codesandbox.io/s/blueprint-sandbox-forked-ex2bn?file=/src/Popover2Example.tsx |
Beta Was this translation helpful? Give feedback.
Just use
interactionKind="hover"
:https://codesandbox.io/s/blueprint-sandbox-forked-ex2bn?file=/src/Popover2Example.tsx