ps-toolkit-ui 1.7.17 → 1.7.18

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.
@@ -4658,6 +4658,8 @@
4658
4658
  if (isEdit === void 0) { isEdit = false; }
4659
4659
  this.inp.error = null;
4660
4660
  var va = this.getValue(v);
4661
+ console.log(v);
4662
+ console.log(va);
4661
4663
  this.inp.setValue(v, false);
4662
4664
  this.inp.setSearch(va ? va.search : '');
4663
4665
  this.cSearch = this.inp.search;