Defines the custom template that will be used to display the ADD button
ADD
To show the ADD button, the allowCustomValues option must be enabled
allowCustomValues
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> Copy
<igx-combo #combo> <ng-template igxComboAddItem> <button type="button" class="combo__add-button"> Click to add item </button> </ng-template> </igx-combo>
Defines the custom template that will be used to display the
ADD
buttonRemarks
To show the
ADD
button, theallowCustomValues
option must be enabledIgx Module
IgxComboModule
Igx Theme
igx-combo-theme
Igx Keywords
combobox, combo selection
Igx Group
Grids & Lists
Example