@energycap/components 0.38.6-ECAP-18423-Enhanced-Unit-Comboboxes-Part2.20231012-1034 → 0.38.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/controls/combobox/combobox.component.mjs +2 -2
- package/fesm2015/energycap-components.mjs +1 -1
- package/fesm2015/energycap-components.mjs.map +1 -1
- package/fesm2020/energycap-components.mjs +1 -1
- package/fesm2020/energycap-components.mjs.map +1 -1
- package/lib/controls/combobox/combobox.component.d.ts +1 -1
- package/package.json +1 -1
@@ -300,7 +300,7 @@ export declare class ComboboxComponent extends FormControlBase implements OnInit
|
|
300
300
|
private onArrowDownUp;
|
301
301
|
/**
|
302
302
|
|
303
|
-
* Filter array of options by label (contains)
|
303
|
+
* Filter array of options by label or caption (contains)
|
304
304
|
*
|
305
305
|
* @param filterText The value of textbox that we will filter our options by
|
306
306
|
*
|