ps-toolkit-ui 1.20.13 → 1.20.14

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.
@@ -2599,6 +2599,11 @@
2599
2599
  }
2600
2600
  else if (_this.type === exports.InputType.Tree || _this.type === exports.InputType.TreeRadio) {
2601
2601
  _this.rows = _this.getRows(result, null);
2602
+ if (_this.value != null) {
2603
+ setTimeout(function () {
2604
+ _this.setValue(_this.value, true);
2605
+ }, 500);
2606
+ }
2602
2607
  }
2603
2608
  if (done) {
2604
2609
  done();