Defines the custom template that will be displayed when the combo's list is empty
IgxComboModule
igx-combo-theme
combobox, combo selection
Grids & Lists
<igx-combo> <ng-template igxComboEmpty> <div class="combo--empty"> There are no items to display </div> </ng-template> </igx-combo> Copy
<igx-combo> <ng-template igxComboEmpty> <div class="combo--empty"> There are no items to display </div> </ng-template> </igx-combo>
Defines the custom template that will be displayed when the combo's list is empty
Igx Module
IgxComboModule
Igx Theme
igx-combo-theme
Igx Keywords
combobox, combo selection
Igx Group
Grids & Lists
Example