tnx-shared 5.3.388 → 5.3.389

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.
@@ -55855,6 +55855,10 @@
55855
55855
  // Bỏ select item của autocomplete
55856
55856
  UserPickerComponent.prototype.handleUnSelect = function ($event) {
55857
55857
  this.updateSelectedValue();
55858
+ if (this.control.multiple && ($event === null || $event === void 0 ? void 0 : $event._disabled)) {
55859
+ this.selectedValue.push($event.value);
55860
+ this.selectedValueObject.push($event);
55861
+ }
55858
55862
  var evt = {
55859
55863
  item: $event,
55860
55864
  value: this.selectedValue