Skip to content

Commit 382e70b

Browse files
committed
Add support for matrix (dynamic/dropdown) for select2-tagbox, surveyjs/survey-library#1612
1 parent 5c99021 commit 382e70b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/select2-tagbox.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ function init(Survey, $) {
3030
name: "select2Config",
3131
default: null
3232
});
33+
Survey.matrixDropdownColumnTypes.tagbox = {
34+
properties: [
35+
"choices",
36+
"choicesOrder",
37+
"choicesByUrl",
38+
"optionsCaption",
39+
"otherText",
40+
"choicesVisibleIf"
41+
]
42+
};
3343
},
3444
fixStyles: function(el) {
3545
el.parentElement.querySelector(".select2-search__field").style.border =

0 commit comments

Comments
 (0)