Skip to content

Commit c0adf44

Browse files
committed
1 parent 6c7ad7c commit c0adf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery-bar-rating.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function init(Survey, $) {
6565
};
6666
creator();
6767
question.valueChangedCallback = function() {
68-
if (!valueChangingByWidget) {
68+
if (!valueChangingByWidget && $(el).find("select")[0].value !== question.value) {
6969
$(el)
7070
.find("select")
7171
.barrating("set", question.value);

0 commit comments

Comments
 (0)