BS5 Tool Tip

Bootstrap 5 Tool Tips are not displayed with:

<button id=“btnhelp” class=“btn btn-sm btn-warning” dmx-on:click="" dmx-bs-tooltip=“Do you need help?”>

They are only displayed when I remove dmx-bs-tooltip and add:

<button id=“btnhelp” class=“btn btn-sm btn-warning” dmx-on:click="" data-bs-toggle=“tooltip” data-bs-placement=“top” title=“Do you need help?” dmx-bs-tooltip="">

Am I doing something wrong?

Community Page
Last updated: