ADD ボタンを表示するために使用されるカスタム テンプレートを定義します。
ADD
ADD ボタンを表示するには、allowCustomValues オプションを有効にする必要があります。
allowCustomValues
IgxComboModule
igx-combo-theme
combobox, combo selection
Grids & Lists
<igx-combo #combo> <ng-template igxComboAddItem> <button class="combo__add-button"> Click to add item </button> </ng-template> </igx-combo>
ADD
ボタンを表示するために使用されるカスタム テンプレートを定義します。Remarks
ADD
ボタンを表示するには、allowCustomValues
オプションを有効にする必要があります。Igx Module
IgxComboModule
Igx Theme
igx-combo-theme
Igx Keywords
combobox, combo selection
Igx Group
Grids & Lists
Example