Showing both components the beacon and tooltip at the same time #734
-
Can I have both components displayed at the same time, (the beacon component and the tooltip) instead of showing first the beacon and then showing the tooltip after the user clicks on the beacon? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @DaliaW That doesn't make much sense since the beacon's function is to open the tooltip. Maybe do you want to skip the beacon and display the tooltip directly? |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for your answer 🙌 |
Beta Was this translation helpful? Give feedback.
Hey @DaliaW
That doesn't make much sense since the beacon's function is to open the tooltip.
Maybe do you want to skip the beacon and display the tooltip directly?
Are you setting the continuous prop to
true
?You can disable the first beacon by setting the disableBeacon property in the first step.