File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
22< igx-combo #combo class ="combo " [data] ="lData " [displayKey] ="'field' " [valueKey] ="'field' "
33 placeholder ="Location(s) " searchPlaceholder ="Search... " [allowCustomValues] ="customValues "
4- (addition) ="handleAddition($event) " [filterable ] ="filterable "
4+ (addition) ="handleAddition($event) " [filteringOptions ] ="{ filterable: filterable } "
55 [showSearchCaseIcon] ="showSearchCaseIcon " [itemsMaxHeight] ="255 " [disabled] ="disabled ">
66</ igx-combo >
77
Original file line number Diff line number Diff line change 1010 (closing) ="onClosing() " (opened) ="onOpened() "
1111 (closed) ="onClosed() "
1212 placeholder ="Location(s) "
13- [filterable ] ="true ">
13+ [filteringOptions ] ="{ filterable: true } ">
1414</ igx-combo >
1515< igx-toast #loadingToast > </ igx-toast >
Original file line number Diff line number Diff line change 11< div class ="control-wrapper ">
22 < igx-combo [width] ="'430px' " [data] ="weaponsData " [displayKey] ="'field' " [valueKey] ="'field' " [overlaySettings] ="{outlet: elem} "
3- [groupKey] ="'weaponRange' " placeholder ="Pick up two weapons " searchPlaceholder ="Search... " [filterable ] ="true "
3+ [groupKey] ="'weaponRange' " placeholder ="Pick up two weapons " searchPlaceholder ="Search... " [filteringOptions ] ="{ filterable: true } "
44 [itemsMaxHeight] ="255 " (selectionChanging) ="setWeaponsLimit($event) ">
55 </ igx-combo >
66
You can’t perform that action at this time.
0 commit comments