carbon-tutorial-angular icon indicating copy to clipboard operation
carbon-tutorial-angular copied to clipboard

QUESTION : How to include a tooltip onHover in ibm-dropdown-list?

Open pyrobit opened this issue 4 years ago • 0 comments

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)

pyrobit avatar Apr 30 '21 15:04 pyrobit