Wappler Version : v6 beta 13
Expected behavior
What do you think should happen?
With the following code using Bootstrap 4 and Wappler beta 13 and contained in a repeat, the tooltip should disappear when the cursor leaves the <p>
tag:
<p dmx-on:click="copy_price.load({price:id, activity:this_activity.value})"
dmx-show="is_deleted==0" class="action_right c_secondary4"
dmx-bs-tooltip="'Copy price'"><i class="fas fa-clone"></i></p>
Actual behavior
What actually happens?
The tooltip persists forever…
How to reproduce
Add this p tag to a repeat with beta 13 and BS4…