ng-inail-common 2.0.32-beta.3 → 2.0.32-beta.4
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/bundles/ng-inail-common.umd.js +3 -1
- package/bundles/ng-inail-common.umd.js.map +1 -1
- package/bundles/ng-inail-common.umd.min.js +1 -1
- package/bundles/ng-inail-common.umd.min.js.map +1 -1
- package/esm2015/lib/components/core/form/select/select.component.js +4 -2
- package/fesm2015/ng-inail-common.js +3 -1
- package/fesm2015/ng-inail-common.js.map +1 -1
- package/ng-inail-common.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -3376,7 +3376,9 @@
|
|
|
3376
3376
|
_this.cdr.detectChanges();
|
|
3377
3377
|
_this.emitDebug("this.valueChange.emit(" + _this.selectedValue + ")");
|
|
3378
3378
|
_this.valueChange.emit(_this.selectedValue);
|
|
3379
|
-
|
|
3379
|
+
if (_this.options) {
|
|
3380
|
+
_this.select.emit(_this.options.find(function (opt) { return (opt === null || opt === void 0 ? void 0 : opt.value) === _this.selectedValue; }));
|
|
3381
|
+
}
|
|
3380
3382
|
if (_this.cleanErrorOnChange) {
|
|
3381
3383
|
_this.cleanError();
|
|
3382
3384
|
}
|