ps-toolkit-ui 1.20.73 → 1.20.74

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.
@@ -6317,7 +6317,9 @@
6317
6317
  };
6318
6318
  FormSelectComponent.prototype.selectOption = function (v, isEdit) {
6319
6319
  if (isEdit === void 0) { isEdit = false; }
6320
+ console.log(v, this.inp.options);
6320
6321
  var va = this.getValue(v);
6322
+ console.log(va);
6321
6323
  if (this.inp.type === exports.InputType.SelectSearchRadio && va.options.length !== 0) {
6322
6324
  return;
6323
6325
  }