Class IgxComboAddItemDirective

ADD ボタンを表示するために使用されるカスタム テンプレートを定義します。

ADD ボタンを表示するには、allowCustomValues オプションを必要があります。

IgxComboModule

igx-combo-theme

combobox, combo selection

グリッド & リスト

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

コンストラクター

コンストラクター