Class IgxComboFooterDirective

Allows a custom element to be added at the end of the combo list.

Igx Module

IgxComboModule

Igx Theme

igx-combo-theme

Igx Keywords

combobox, combo selection

Igx Group

Grids & Lists

Example

<igx-combo>
<ng-template igxComboFooter>
<div class="footer-class">Custom footer</div>
<img src=""/>
</ng-template>
</igx-combo>

Constructors

Constructors