@po-ui/ng-components 19.39.15 → 19.39.16
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/fesm2022/po-ui-ng-components.mjs +2 -0
- package/fesm2022/po-ui-ng-components.mjs.map +1 -1
- package/package.json +4 -4
- package/po-ui-ng-components-19.39.16.tgz +0 -0
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-update/v14/index.js +1 -1
- package/schematics/ng-update/v15/index.js +1 -1
- package/schematics/ng-update/v16/index.js +1 -1
- package/schematics/ng-update/v17/index.js +1 -1
- package/schematics/ng-update/v18/index.js +2 -2
- package/schematics/ng-update/v19/index.js +2 -2
- package/schematics/ng-update/v2/index.js +1 -1
- package/schematics/ng-update/v3/index.js +1 -1
- package/schematics/ng-update/v4/index.js +1 -1
- package/schematics/ng-update/v5/index.js +1 -1
- package/schematics/ng-update/v6/index.js +1 -1
- package/po-ui-ng-components-19.39.15.tgz +0 -0
|
@@ -37434,6 +37434,8 @@ class PoMultiselectComponent extends PoMultiselectBaseComponent {
|
|
|
37434
37434
|
}
|
|
37435
37435
|
}
|
|
37436
37436
|
else {
|
|
37437
|
+
this.visibleTags = [];
|
|
37438
|
+
this.changeDetector.detectChanges();
|
|
37437
37439
|
index = this.selectedOptions.findIndex(option => option[this.fieldValue] === value);
|
|
37438
37440
|
this.selectedOptions.splice(index, 1);
|
|
37439
37441
|
this.updateVisibleItems();
|