Beta 13 Bug #26 - Tooltip Persists On a P tag in a Repeat Using BS4

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…

ac25_tooltip_persists

How to reproduce

Add this p tag to a repeat with beta 13 and BS4…

@Teodor, can you folks take a look at this please? Thank you very much!