Add ability to minimize tooltip in the handler callback #621
-
Great library, thanks for building and maintaining! I ran into a use case that I'm not sure how to handle. I went through the controlled demo code in detail and still wasn't able to figure out a way to do this. I have a button that I want the user to click before advancing the tour. I use The issue is, because of Here's the code snippet and the functionality I'm looking for:
Can anybody think of a way to do this? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
hey @davidjconnolly Something like this? You can't change the step within the callback... |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick reply and the suggestion! This is definitely helpful, however I'm trying to get the beacon to show then the tooltip is hidden. For example here, is there a way to show the beacon when we hide the tooltip? Use case is, user reads the tooltip, closes it then it anchors them via the beacon to the ui element they need to interact with. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure I understand, but maybe you don't need a tour. You can check react-floater which is responsible for the tooltips in Joyride, maybe it will be more appropriate for what you want. |
Beta Was this translation helpful? Give feedback.
I'm not sure I understand, but maybe you don't need a tour.
You can check react-floater which is responsible for the tooltips in Joyride, maybe it will be more appropriate for what you want.