tnx-shared 5.3.244 → 5.3.245

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.
@@ -49962,10 +49962,10 @@
49962
49962
  else {
49963
49963
  this.showCountItem = false;
49964
49964
  }
49965
- }
49966
- var countItem = dom.DomHandler.findSingle(this.multiContainerEL.nativeElement, '.p-autocomplete-countItem');
49967
- if (this.showCountItem && !countItem) {
49968
- this.focusInput();
49965
+ var countItem = dom.DomHandler.findSingle(this.multiContainerEL.nativeElement, '.p-autocomplete-countItem');
49966
+ if (this.showCountItem && !countItem) {
49967
+ this.focusInput();
49968
+ }
49969
49969
  }
49970
49970
  };
49971
49971
  AutoComplete.prototype.handleSuggestionsChange = function () {