don't reset checked button
This commit is contained in:
parent
a7effaa7c4
commit
021d196ab8
@ -100,7 +100,7 @@ function build() {
|
|||||||
|
|
||||||
if (self.checkedButton)
|
if (self.checkedButton)
|
||||||
self.checkedButton.checked = true;
|
self.checkedButton.checked = true;
|
||||||
else if (self.exclusive) {
|
else if (self.exclusive && self.checkedButton === undefined) {
|
||||||
self.checkedButton = visibleButtons[0];
|
self.checkedButton = visibleButtons[0];
|
||||||
self.checkedButton.checked = true;
|
self.checkedButton.checked = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user