@energycap/components 0.38.6-ECAP-18423-Enhanced-Unit-Comboboxes-Part2.20231012-1034 → 0.38.6-ECAP-18423-Enhanced-Unit-Comboboxes-Part2.20231019-1507

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.
@@ -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
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.38.6-ECAP-18423-Enhanced-Unit-Comboboxes-Part2.20231012-1034",
3
+ "version": "0.38.6-ECAP-18423-Enhanced-Unit-Comboboxes-Part2.20231019-1507",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },