redux-tooltip icon indicating copy to clipboard operation
redux-tooltip copied to clipboard

More questions

Open oyeanuj opened this issue 9 years ago • 0 comments

Hi @kuy! I'm back with some more questions as I was trying out a little bit more of redux-tooltip :)

  1. What is a good use-case for using the onMouseOver, onMouseOut methods for the Origin if the library is anyways firing actions?

  2. 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?

  3. 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!

  4. 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!

oyeanuj avatar Feb 27 '17 07:02 oyeanuj