ps-toolkit-ui 1.4.91 → 1.4.92

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.
@@ -4950,6 +4950,7 @@
4950
4950
  var _this = this;
4951
4951
  this.inp.load();
4952
4952
  this.inp.setValue = function (v) {
4953
+ console.log(v, 'v');
4953
4954
  _this.inp.value = v !== null ? v.toString() : null;
4954
4955
  if (_this.inp.value == null && _this.inp.options.length > 0) {
4955
4956
  _this.inp.value = _this.inp.options.find(function (x) { return true; }).value;
@@ -4967,6 +4968,7 @@
4967
4968
  };
4968
4969
  this.inp.clear = function () {
4969
4970
  _this.inp.error = null;
4971
+ console.log(_this.inp.default, 'this.inp.default');
4970
4972
  _this.inp.setValue(_this.inp.default, false);
4971
4973
  };
4972
4974
  this.inp.data = function () {