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 Matrin,
As I tested, igCombo will take the height of first item as "itemHeight" (the height is fixed for all items).
So for other wrap items, they will only show the first line (see the figure below).
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.
Hi Martin,
Can we show tooltip on hovering over any combo box list item?
Regards.
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.