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 871b7f9 commit 527dfd4Copy full SHA for 527dfd4
src/assets/js/radio-button-group.js
@@ -36,6 +36,8 @@
36
$(this).attr('class', defaultState);
37
});
38
39
+
40
+ el.find('button[class="' + options.activeState + '"]').click();
41
42
};
43
})(window, jQuery);
0 commit comments