Wappler doesn't add tabindex on focus popover

Have a repeat and a popover on it with a click trigger on the column/button.


I can’t achieve the dismiss-next attribute according to the bootstrap docs:

<a tabindex="0" class="btn btn-lg btn-danger" role="button" data-toggle="popover" data-trigger="focus" title="Dismissible popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissible popover</a>

$('.popover-dismiss').popover({ trigger: 'focus' })

Btw, the bug related from this topic is still happening:

Anyone?
I would appreciate some advice here

Got it working, in case someone else need it:

Wappler doesn’t add tabindex=“0” on focus.

Changed to bug topic.