ps-toolkit-ui 1.16.30 → 1.16.32

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.
@@ -6208,6 +6208,11 @@
6208
6208
  this.inp.rel.value = null;
6209
6209
  this.inp.rel.search = '';
6210
6210
  this.inp.rel.options = [];
6211
+ if (this.inp.rel.rel) {
6212
+ this.inp.rel.rel.value = null;
6213
+ this.inp.rel.rel.search = '';
6214
+ this.inp.rel.rel.options = [];
6215
+ }
6211
6216
  if (v !== null) {
6212
6217
  this.inp.rel.url = this.inp.relUrl.replace('{}', this.inp.value);
6213
6218
  if (this.inp.rel.type !== exports.InputType.SelectAutoComplete) {