We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d6d5a commit a7aa565Copy full SHA for a7aa565
src/app/lists/combo/combo-features/combo-features.component.html
@@ -1,7 +1,7 @@
1
2
<igx-combo #combo class="combo" [data]="lData" [displayKey]="'field'" [valueKey]="'field'"
3
placeholder="Location(s)" searchPlaceholder="Search..." [allowCustomValues]="customValues"
4
- (addition)="handleAddition($event)" [filteringOptions]="{ filterable: filterable }"
+ (addition)="handleAddition($event)" [filteringOptions]="{ filterable }"
5
[showSearchCaseIcon]="showSearchCaseIcon" [itemsMaxHeight]="255" [disabled]="disabled">
6
</igx-combo>
7
0 commit comments