Allows the combo's items to be modified with a custom template
IgxComboModule
igx-combo-theme
combobox, combo selection
Grids & Lists
<igx-combo> <ng-template igxComboItem let-display let-key="valueKey"> <div class="item"> <span class="state">State: {{ display[key] }}</span> <span class="region">Region: {{ display.region }}</span> </div> </ng-template> * </igx-combo> Copy
<igx-combo> <ng-template igxComboItem let-display let-key="valueKey"> <div class="item"> <span class="state">State: {{ display[key] }}</span> <span class="region">Region: {{ display.region }}</span> </div> </ng-template> * </igx-combo>
Allows the combo's items to be modified with a custom template
Igx Module
IgxComboModule
Igx Theme
igx-combo-theme
Igx Keywords
combobox, combo selection
Igx Group
Grids & Lists
Example