ps-toolkit-ui 1.7.14 → 1.7.15

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.
@@ -5992,6 +5992,9 @@
5992
5992
  this.inp.onKeyUp(this.inp);
5993
5993
  }
5994
5994
  if (this.inp.onChange) {
5995
+ console.log(this.cValue);
5996
+ console.log(e.target.value);
5997
+ console.log(this.cValue !== e.target.value);
5995
5998
  if (this.cValue !== e.target.value) {
5996
5999
  this.inp.onChange(e.target.value);
5997
6000
  this.cValue = e.target.value;