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.
- package/bundles/tnx-shared.umd.js +4 -4
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/components/autocomplete/autocomplete.component.js +5 -5
- package/fesm2015/tnx-shared.js +4 -4
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -49962,10 +49962,10 @@
|
|
|
49962
49962
|
else {
|
|
49963
49963
|
this.showCountItem = false;
|
|
49964
49964
|
}
|
|
49965
|
-
|
|
49966
|
-
|
|
49967
|
-
|
|
49968
|
-
|
|
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 () {
|