tnx-shared 5.0.37 → 5.0.38
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 +2 -1
- 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/components/dropdown/dropdown.component.d.ts.map +1 -1
- package/esm2015/components/dropdown/dropdown.component.js +3 -2
- package/fesm2015/tnx-shared.js +2 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -29693,8 +29693,9 @@
|
|
|
29693
29693
|
if (!this.control.isServerLoad) {
|
|
29694
29694
|
return;
|
|
29695
29695
|
}
|
|
29696
|
+
console.log("default Input " + evt);
|
|
29696
29697
|
var defaultInput = this.multiSelect.filterInputChild.nativeElement;
|
|
29697
|
-
console.log(defaultInput);
|
|
29698
|
+
console.log("default Input " + defaultInput);
|
|
29698
29699
|
this._insertTextboxAndFocus(defaultInput);
|
|
29699
29700
|
this.onShowSmartEvent.emit(evt);
|
|
29700
29701
|
};
|