ps-toolkit-ui 1.4.76 → 1.4.77

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.
@@ -1827,7 +1827,8 @@
1827
1827
  if (!u.includes('{}')) {
1828
1828
  new RequestClass(this.environment, this.l).send(u ? u : this.url, exports.Method.Post, null, this, function (result) {
1829
1829
  if (_this.type === exports.InputType.SelectSearch || _this.type === exports.InputType.Select || _this.type === exports.InputType.SelectAutoComplete ||
1830
- _this.type === exports.InputType.SelectAutoCompletePlaque || _this.type === exports.InputType.SelectAutoCompletePlaqueM || _this.type === exports.InputType.SelectAutoCompletePlaqueF) {
1830
+ _this.type === exports.InputType.SelectAutoCompletePlaque || _this.type === exports.InputType.SelectAutoCompletePlaqueM ||
1831
+ _this.type === exports.InputType.SelectAutoCompletePlaqueF || _this.type === exports.InputType.Radio) {
1831
1832
  var r = _this.getOptions(result, null);
1832
1833
  var s = result.find(function (x) { return x.Selected; });
1833
1834
  if (s) {