@energycap/components 0.37.1-ECAP-18590-combobox-addNewOptions-updates.20230814-1120 → 0.37.1-ECAP-18590-combobox-addNewOptions-updates.20230814-1942

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.
@@ -2369,12 +2369,12 @@ class ComboboxComponent extends FormControlBase {
2369
2369
  * @memberof ComboboxComponent
2370
2370
  * @example
2371
2371
  * <ec-combobox [addNew]="true"
2372
- * [addNewOptions]="{
2373
- * label: 'Help me choose...,
2374
- * labelColor: #2D5CB8,
2375
- * icon: 'icon-search',
2376
- * iconColor: 'var(--ec-color-danger)',
2377
- * classList: 'text-body-2 text-link }">
2372
+ * [addNewOptions]="{
2373
+ * label: 'Help me choose...,
2374
+ * labelColor: #2D5CB8,
2375
+ * icon: 'icon-search',
2376
+ * iconColor: 'var(--ec-color-danger)',
2377
+ * classList: 'text-body-2 text-link }">
2378
2378
  * </ec-combobox>
2379
2379
  */
2380
2380
  this.addNewOptions = {