Imperative mode not working? #1225
-
Hi, I've been trying to do a custom implementation of the tooltip that requires me to open and close the tooltip programmatically, and it also must not close the tooltip when the mouse hovers out the anchor div. I read in the docs that the imperativeModeOnly prop should suffice in this case, but I tried to use it and it seems like it's not working. I made an example in CodeSandbox that shows this behavior (it should open the tooltip and never close it): https://codesandbox.io/p/sandbox/tooltip-forked-gf82hl |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It seems to be indeed a bug. See #1226 for suggested workaround until it is fixed. |
Beta Was this translation helpful? Give feedback.
It seems to be indeed a bug. See #1226 for suggested workaround until it is fixed.