Click outside behaviour? #1076
-
Hi devs! I went on the docs, issues and PRs, and can't find a reference to this, therefore I'm creating this discussion. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
I actually found this using |
Beta Was this translation helpful? Give feedback.
-
Hi @ricardo-fnd. Whenever you run into deprecation warnings, you often will find more info on how to proceed close by. Is |
Beta Was this translation helpful? Give feedback.
As for closing the tooltip when clicking outside, you'll have to control the
isOpen
prop manually, and add an event listener to your divs to know when you've clicked outside them.You should be able to find a generic solution to this by searching for "click outside event javascript" or something similar.