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 6c7ad7c commit c0adf44Copy full SHA for c0adf44
src/jquery-bar-rating.js
@@ -65,7 +65,7 @@ function init(Survey, $) {
65
};
66
creator();
67
question.valueChangedCallback = function() {
68
- if (!valueChangingByWidget) {
+ if (!valueChangingByWidget && $(el).find("select")[0].value !== question.value) {
69
$(el)
70
.find("select")
71
.barrating("set", question.value);
0 commit comments