Class IgxComboAddItemDirective

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

備考

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

Igx Module

IgxComboModule

Igx Theme

igx-combo-theme

Igx Keywords

combobox, combo selection

Igx Group

グリッド & リスト

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

コンストラクター

コンストラクター