Class IgxComboEmptyDirective

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

<igx-combo>
<ng-template igxComboEmpty>
<div class="combo--empty">
There are no items to display
</div>
</ng-template>
</igx-combo>

Constructors

Constructors