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 6633ad4 commit 5135b7fCopy full SHA for 5135b7f
src/select2.js
@@ -84,7 +84,7 @@ function init(Survey, $) {
84
if (settings) {
85
if (settings.ajax) {
86
$el.select2(settings);
87
- question.clearIncorrectValuesCallback = function () { };
+ question.keepIncorrectValues = true;
88
} else {
89
settings.data = question.visibleChoices.map(function (choice) {
90
return {
@@ -140,7 +140,6 @@ function init(Survey, $) {
140
.off("select2:select")
141
.select2("destroy");
142
question.readOnlyChangedCallback = null;
143
- question.clearIncorrectValuesCallback = null;
144
}
145
};
146
0 commit comments