Skip to content

Commit b52b8b9

Browse files
committed
Fix #145 Easyautocomplete not working on MatrixDynamic questions
1 parent 53d41f3 commit b52b8b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/easy-autocomplete.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ function init(Survey, $) {
3030
obj.choicesByUrl.setData(value);
3131
}
3232
});
33+
Array.prototype.push.apply(
34+
Survey.matrixDropdownColumnTypes.text.properties,
35+
["choices", "choicesOrder", "choicesByUrl", "otherText"]);
3336
},
3437
afterRender: function(question, el) {
3538
var $el = $(el).is("input") ? $(el) : $(el).find("input");

0 commit comments

Comments
 (0)