ps-toolkit-ui 1.17.9 → 1.17.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.
@@ -4557,7 +4557,7 @@
4557
4557
  this.active = v;
4558
4558
  }
4559
4559
  this.inp.value = this.active.format('jYYYY/jMM/jDD');
4560
- this.inp.search = this.active.format(this.inp.type === exports.InputType.Month ? 'jMMMM jYYYY' : 'jYYYY/jMM/jDD');
4560
+ this.inp.search = this.cSearch = this.active.format(this.inp.type === exports.InputType.Month ? 'jMMMM jYYYY' : 'jYYYY/jMM/jDD');
4561
4561
  this.setDate();
4562
4562
  };
4563
4563
  FormDateComponent.prototype.setDate = function () {
@@ -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;