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 @kuy! I'm back with some more questions as I was trying out a little bit more of redux-tooltip :)
What is a good use-case for using the onMouseOver, onMouseOut methods for the Origin if the library is anyways firing actions?
Is it working well for you in modals? In my complicated code, I was seeing the tooltips appear below the modal and I wasn't sure if it was my code or if redux-tooltips was supporting modals?
To control open/close, is the only way to fire Redux actions? Since it seems stateless, is there any prop (like isOpened') that can be passed to the Tooltip` object to control its state? Sorry, if I missed it in the docs!
To make it behave like a portal (where it renders as a child of body), is that recommend by passing document.body to within?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @kuy! I'm back with some more questions as I was trying out a little bit more of redux-tooltip :)
What is a good use-case for using the onMouseOver, onMouseOut methods for the Origin if the library is anyways firing actions?
Is it working well for you in modals? In my complicated code, I was seeing the tooltips appear below the modal and I wasn't sure if it was my code or if redux-tooltips was supporting modals?
To control open/close, is the only way to fire Redux actions? Since it seems stateless, is there any prop (like
isOpened') that can be passed to the
Tooltip` object to control its state? Sorry, if I missed it in the docs!To make it behave like a portal (where it renders as a child of
body
), is that recommend by passing document.body towithin
?Thank you!
The text was updated successfully, but these errors were encountered: