I'm using Metronic 8.x with Bootstrap...
I added a Select2 component and tried to add tooltips, however, adding it deletes the text from the placeholder.
This way, the tooltip is displayed, but the placeholder is not:
<select name="impuesto" aria-label="Selecciona Impuesto" data-control="select2" data-placeholder="Impuesto" data-allow-clear="true" class="form-select form-select-solid" data-bs-toggle="tooltip" data-bs-placement="top" title="Impuesto" ><select name="impuesto" aria-label="Selecciona Impuesto" data-control="select2" data-placeholder="Impuesto" data-allow-clear="true" class="form-select form-select-solid">Hi,
Please try to wrap select2 with a div and apply the tooltip of the container Div.
Select 2 has own events and it may be conflicted with Tooltip events.
Regards,