@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.
- package/bundles/datarailsshared-datarailsshared.umd.js +1 -3
- package/bundles/datarailsshared-datarailsshared.umd.js.map +1 -1
- package/datarailsshared-datarailsshared-1.4.92.tgz +0 -0
- package/esm2015/lib/dr-inputs/radio-button/radio-group.component.js +2 -4
- package/fesm2015/datarailsshared-datarailsshared.js +1 -3
- package/fesm2015/datarailsshared-datarailsshared.js.map +1 -1
- package/package.json +1 -1
- package/datarailsshared-datarailsshared-1.4.91.tgz +0 -0
|
@@ -1339,9 +1339,7 @@
|
|
|
1339
1339
|
RadioGroupComponent.prototype.updateValues = function () {
|
|
1340
1340
|
var _this = this;
|
|
1341
1341
|
this.updateAndMarkForCheckRadios(function (radio) {
|
|
1342
|
-
|
|
1343
|
-
radio.modelValue = radio.value;
|
|
1344
|
-
}
|
|
1342
|
+
radio.modelValue = _this.value;
|
|
1345
1343
|
});
|
|
1346
1344
|
};
|
|
1347
1345
|
RadioGroupComponent.prototype.updateDisabled = function () {
|