@datarailsshared/datarailsshared 1.4.91 → 1.4.92

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.
@@ -1339,9 +1339,7 @@
1339
1339
  RadioGroupComponent.prototype.updateValues = function () {
1340
1340
  var _this = this;
1341
1341
  this.updateAndMarkForCheckRadios(function (radio) {
1342
- if (radio.value === _this.value) {
1343
- radio.modelValue = radio.value;
1344
- }
1342
+ radio.modelValue = _this.value;
1345
1343
  });
1346
1344
  };
1347
1345
  RadioGroupComponent.prototype.updateDisabled = function () {