ps-toolkit-ui 1.18.8 → 1.18.9

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.
@@ -6258,7 +6258,8 @@
6258
6258
  if (isEdit === void 0) { isEdit = false; }
6259
6259
  this.inp.error = null;
6260
6260
  var va = this.getValue(v);
6261
- console.log(va, 'getValuegetValuegetValuegetValuegetValue');
6261
+ console.log(this.inp.options, 'this.inp.optionsthis.inp.optionsthis.inp.optionsthis.inp.options');
6262
+ console.log(this.inp.options.find(function (x) { return x.value === v; }), 'this.inp.options.findthis.inp.options.findthis.inp.options.find');
6262
6263
  if (this.inp.multiple) {
6263
6264
  this.toggle(va);
6264
6265
  this.inp.search = '';