We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2ea49 commit 02a1d48Copy full SHA for 02a1d48
lib/glow/primitives.js
@@ -2919,7 +2919,7 @@
2919
if (attrs.name !== null && (__radio_buttons[attrs.name] === undefined))
2920
__radio_buttons[attrs.name] = null
2921
2922
- attrs.jradio = $(`<input type="radio">`).css({width:'16px', height:'16px'}).appendTo(attrs.pos)
+ attrs.jradio = $(`<input type="radio" name="${attrs.name}">`).css({width:'16px', height:'16px'}).appendTo(attrs.pos)
2923
.click( function() {
2924
if (attrs.name === null) {
2925
attrs.checked = !attrs.checked
0 commit comments