ps-toolkit-ui 1.7.11 → 1.7.12
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 +3 -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 +4 -1
- package/fesm2015/ps-toolkit-ui.js +3 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -5996,6 +5996,9 @@
|
|
|
5996
5996
|
}
|
|
5997
5997
|
if (this.inp.onChange) {
|
|
5998
5998
|
if (this.cValue !== e.target.value) {
|
|
5999
|
+
console.log(this.cValue);
|
|
6000
|
+
console.log(e.target.value);
|
|
6001
|
+
console.log(this.cValue !== e.target.value);
|
|
5999
6002
|
this.inp.onChange(e.target.value);
|
|
6000
6003
|
this.cValue = e.target.value;
|
|
6001
6004
|
}
|