ps-toolkit-ui 1.17.62 → 1.17.63

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.
@@ -2592,7 +2592,8 @@
2592
2592
  });
2593
2593
  if (this.type === exports.InputType.SelectSearch || this.type === exports.InputType.Select || this.type === exports.InputType.SelectAutoComplete ||
2594
2594
  this.type === exports.InputType.SelectAutoCompletePlaque || this.type === exports.InputType.SelectAutoCompletePlaqueM ||
2595
- this.type === exports.InputType.SelectAutoCompletePlaqueF || this.type === exports.InputType.SelectAutoCompletePlaqueG || this.type === exports.InputType.Radio) {
2595
+ this.type === exports.InputType.SelectAutoCompletePlaqueF || this.type === exports.InputType.SelectAutoCompletePlaqueG ||
2596
+ this.type === exports.InputType.Radio || this.type === exports.InputType.Slide) {
2596
2597
  var r = this.getOptions(result_1, null);
2597
2598
  this.setOptions(r);
2598
2599
  }