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 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 Martin,
Can we show tooltip on hovering over any combo box list item?
Regards.