ps-toolkit-ui 1.18.54 → 1.18.56

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.
@@ -7156,6 +7156,9 @@
7156
7156
  this.inp.clear = function () {
7157
7157
  _this.inp.setValue([], false);
7158
7158
  };
7159
+ if (this.inp.default != null) {
7160
+ this.inp.setValue(this.inp.default, false);
7161
+ }
7159
7162
  };
7160
7163
  FormTreeComponent.prototype.onClick = function () {
7161
7164
  this.onFocusIn();