Skip to content

Commit

Permalink
add definition
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Mar 14, 2024
1 parent 3924062 commit dadc902
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ const defaultProperties: ISurveyPropertiesDefinition = {
{ name: "choicesMax", tab: "choices" },
{ name: "choicesStep", tab: "choices" },
{ name: "allowClear", tab: "choices" },
{ name: "textWrapEnabled", tab: "choices" },
{ name: "searchMode", tab: "choices" },
]
},
Expand All @@ -310,7 +311,8 @@ const defaultProperties: ISurveyPropertiesDefinition = {
{ name: "searchEnabled", tab: "choices" },
{ name: "searchMode", tab: "choices" },
{ name: "hideSelectedItems", tab: "choices" },
{ name: "allowClear", tab: "choices" }
{ name: "allowClear", tab: "choices" },
{ name: "textWrapEnabled", tab: "choices" },
]
},
imagepicker: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ export class SurveyQuestionEditorDefinition {
{ name: "choicesMax", tab: "choices" },
{ name: "choicesStep", tab: "choices" },
{ name: "allowClear", tab: "choices" },
{ name: "textWrapEnabled", tab: "choices" },
{ name: "searchMode", tab: "choices" }
],
},
Expand Down

0 comments on commit dadc902

Please sign in to comment.