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.
@@ -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
  }