Hi there,
How could we display the whole content when the text is too long in dropdown list of igCombo?
See the figure below:
Hi Jeffrey,
igCombo has white-space: nowrap; CSS rule. In order to override it use these CSS rules (border-bottom rules is not necessary. I put it to make a distinction between combo items.):
Best regards,Martin PavlovInfragistics, Inc.
Hi Martin,
Can we show tooltip on hovering over any combo box list item?
Regards.
Hi Peter,
You can achieve this by using igCombo.itemTemplate option. The idea is to wrap the text into SPAN element and use its title attribute to enable tooltips.
Here is an example code:
Hope this helps,Martin PavlovInfragistics, Inc.