クラス IgxComboAddItemDirective

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

Remarks

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

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 class="combo__add-button">
Click to add item
</button>
</ng-template>
</igx-combo>

階層

Hierarchy

  • IgxComboAddItemDirective

コンストラクタ

コンストラクタ