@wizishop/angular-components 14.4.6 → 14.4.7
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/angular-components.scss +36 -36
- package/esm2020/lib/components/selects/select-test/select.component.mjs +2 -2
- package/fesm2015/wizishop-angular-components.mjs +2 -1
- package/fesm2015/wizishop-angular-components.mjs.map +1 -1
- package/fesm2020/wizishop-angular-components.mjs +1 -1
- package/fesm2020/wizishop-angular-components.mjs.map +1 -1
- package/package.json +1 -1
- package/wizishop-angular-components-14.4.7.tgz +0 -0
- package/wizishop-angular-components-14.4.6.tgz +0 -0
|
@@ -4800,7 +4800,7 @@ class SelectTestComponent extends SelectDirective {
|
|
|
4800
4800
|
this._required = value;
|
|
4801
4801
|
}
|
|
4802
4802
|
get selectedOptionContent() {
|
|
4803
|
-
return this.valueChangeService.selectedOptionContent
|
|
4803
|
+
return this.valueChangeService.selectedOptionContent?.nativeElement.innerHTML || undefined;
|
|
4804
4804
|
}
|
|
4805
4805
|
;
|
|
4806
4806
|
set keepPanelOpen(keepPanelOpen) {
|