ps-toolkit-ui 1.22.23 → 1.22.25

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.
@@ -5210,6 +5210,8 @@
5210
5210
  this.inp.clear = function () {
5211
5211
  _this.inp.error = null;
5212
5212
  _this.inp.value = _this.inp.default === true;
5213
+ console.log(_this.inp.default);
5214
+ console.log(_this.inp.value);
5213
5215
  };
5214
5216
  this.inp.isValid = function () {
5215
5217
  _this.inp.error = null;