@leanix/components 0.2.97 → 0.2.101
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/leanix-components.umd.js +1 -1
- package/bundles/leanix-components.umd.js.map +1 -1
- package/esm2015/lib/forms-ui/models/base-select.directive.js +1 -1
- package/esm2015/lib/forms-ui/models/base-select.directive.js.map +1 -1
- package/fesm2015/leanix-components.js +1 -1
- package/fesm2015/leanix-components.js.map +1 -1
- package/package.json +1 -1
@@ -3808,7 +3808,7 @@
|
|
3808
3808
|
_this.selectFirstOption();
|
3809
3809
|
});
|
3810
3810
|
this.open
|
3811
|
-
.pipe(operators.
|
3811
|
+
.pipe(operators.filter(function () { return !_this.disabled; }), operators.distinctUntilChanged(), operators.takeUntil(this.destroyed$))
|
3812
3812
|
.subscribe(function (isOpen) {
|
3813
3813
|
_this.dropdownOpen = isOpen;
|
3814
3814
|
if (isOpen) {
|