ps-toolkit-ui 1.17.39 → 1.17.40
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/ps-toolkit-ui.umd.js +1 -0
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/form/textbox/form.textbox.component.js +2 -1
- package/fesm2015/ps-toolkit-ui.js +1 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -6938,6 +6938,7 @@
|
|
|
6938
6938
|
var code = e.keyCode || e.which;
|
|
6939
6939
|
if (code === 9 || code === 13) {
|
|
6940
6940
|
e.preventDefault();
|
|
6941
|
+
console.log(code, this.inp.button, this.inp.hasBarcodeReader, code === 13 && this.inp.button && !this.inp.hasBarcodeReader);
|
|
6941
6942
|
if (code === 13 && this.inp.button && !this.inp.hasBarcodeReader) {
|
|
6942
6943
|
this.onClickButton();
|
|
6943
6944
|
}
|