carbon-tutorial-angular
carbon-tutorial-angular copied to clipboard
QUESTION : How to include a tooltip onHover in ibm-dropdown-list?
I have the following code:
<ibm-combo-box label="ItemsName" [(items)]="items" placeholder="TestSelect item..." (selected)="selectedItem($event.item)" class="card-form-combobox"> <ibm-dropdown-list></ibm-dropdown-list> </ibm-combo-box>
I am trying to add a on hover effect to show the full name of the item in ibm-dropdown-list in a tooltip like message box (balloon)