@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.
- package/esm2020/lib/controls/combobox/combobox.component.mjs +7 -7
- package/fesm2015/energycap-components.mjs +6 -6
- package/fesm2015/energycap-components.mjs.map +1 -1
- package/fesm2020/energycap-components.mjs +6 -6
- package/fesm2020/energycap-components.mjs.map +1 -1
- package/lib/controls/combobox/combobox.component.d.ts +6 -6
- package/package.json +1 -1
@@ -2369,12 +2369,12 @@ class ComboboxComponent extends FormControlBase {
|
|
2369
2369
|
* @memberof ComboboxComponent
|
2370
2370
|
* @example
|
2371
2371
|
* <ec-combobox [addNew]="true"
|
2372
|
-
*
|
2373
|
-
|
2374
|
-
|
2375
|
-
|
2376
|
-
|
2377
|
-
|
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 = {
|