ps-toolkit-ui 1.17.8 → 1.17.11

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.
@@ -4677,6 +4677,7 @@
4677
4677
  }
4678
4678
  };
4679
4679
  FormDateComponent.prototype.onKeyUp = function (e) {
4680
+ console.log(this.cSearch, e.target.value);
4680
4681
  if (this.cSearch !== e.target.value) {
4681
4682
  this.inp.error = null;
4682
4683
  this.inp.value = null;