ADD ボタンを表示するために使用されるカスタム テンプレートを定義します。
ADD
ADD ボタンを表示するには、allowCustomValues オプションを必要があります。
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> Copy
<igx-combo #combo> <ng-template igxComboAddItem> <button type="button" class="combo__add-button"> Click to add item </button> </ng-template> </igx-combo>
ADD
ボタンを表示するために使用されるカスタム テンプレートを定義します。備考
ADD
ボタンを表示するには、allowCustomValues
オプションを必要があります。Igx Module
IgxComboModule
Igx Theme
igx-combo-theme
Igx Keywords
combobox, combo selection
Igx Group
グリッド & リスト
例