Class IgxComboAddItemDirective

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

Remarks

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

Igx Module

IgxComboModule

Igx Theme

igx-combo-theme

Igx Keywords

combobox, combo selection

Igx Group

Grids & Lists

Example

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

Constructors

Constructors