Skip to content

Commit

Permalink
Fix items of data source in the RadioGroup when the dataSource option…
Browse files Browse the repository at this point in the history
… is changed (#7078)
  • Loading branch information
jsdmitry authored Feb 26, 2019
1 parent dee264f commit 81a11b2
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 363 deletions.
2 changes: 1 addition & 1 deletion js/ui/radio_group/radio_group.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class RadioGroup extends Editor {
this._setCollectionWidgetOption(name, value);
break;
case "dataSource":
this._setCollectionWidgetOption("dataSource");
this._setCollectionWidgetOption("dataSource", this._dataSource);
break;
case "valueExpr":
this._setCollectionWidgetOption("keyExpr", this._getCollectionKeyExpr());
Expand Down
Loading

0 comments on commit 81a11b2

Please sign in to comment.