Skip to content

Commit 50e82f0

Browse files
author
T_S_V
committed
Work for the https://surveyjs.answerdesk.io/internal/ticket/details/T2814 - hide all not implemented properties
1 parent e0fc433 commit 50e82f0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/select2-tagbox.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ function init(Survey, $) {
1818
Survey.JsonObject.metaData.addClass(
1919
"tagbox",
2020
[
21-
{
22-
name: "hasOther",
23-
visible: false
24-
}
21+
{ name: "hasOther:boolean", visible: false },
22+
{ name: "hasSelectAll:boolean", visible: false },
23+
{ name: "hasNone:boolean", visible: false },
24+
{ name: "otherText", visible: false },
25+
{ name: "selectAllText", visible: false },
26+
{ name: "noneText", visible: false }
2527
],
2628
null,
2729
"checkbox"

0 commit comments

Comments
 (0)