Class IgxComboAddItemDirective

Defines the custom template that will be used to display the ADD button

To show the ADD button, the allowCustomValues option must be enabled

IgxComboModule

igx-combo-theme

combobox, combo selection

Grids & Lists

<igx-combo #combo>
<ng-template igxComboAddItem>
<button type="button" class="combo__add-button">
Click to add item
</button>
</ng-template>
</igx-combo>

Constructors

Constructors