Skip to content

Commit 0af3f9d

Browse files
Fixes U4-4278 Multiple RadioButtonList on one Document
Manually applying pull request as it's a bit faster to copy&paste instead of resolve merge conflicts
1 parent d4b0f3c commit 0af3f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/views/propertyeditors/radiobuttons/radiobuttons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ul class="unstyled">
33
<li ng-repeat="item in model.config.items">
44
<label class="radio">
5-
<input type="radio" name="checkboxlist"
5+
<input type="radio" name="radiobuttons-{{model.alias}}"
66
value="{{item.id}}"
77
ng-model="model.value" />
88
{{item.value}}

0 commit comments

Comments
 (0)