Hi,
I’m trying to trigger multiple tooltips off the one trigger element, but it will only show the first (or last) tooltip, not all of them.
To reproduce:
- Set up trigger element - give id “trigger”
- Set up tooltip element 1 - configure id’s and content and give trigger id “trigger”
- Set up tooltip element 2 - configure id’s and content and give trigger id “trigger”
Trigger the trigger, and only one tooltip will show.
Edit - found out why.
It’s because “solo” is set to true - can we add a toggle so we can set this to true or false as needed.