Skip to content

Commit

Permalink
Multi-Select Matrix - Make the 'otherPlaceholder' option available fo…
Browse files Browse the repository at this point in the history
…r Dropdown/Checkbox/Radiogroup/TagBox matrix columns fix #5645 (#5653)
  • Loading branch information
andrewtelnov authored Jul 10, 2024
1 parent 21aa27f commit 9700e0a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ const defaultProperties: ISurveyPropertiesDefinition = {
{ name: "choiceTextsFromQuestion", tab: "choices" },
{ name: "showOtherItem", tab: "choices" },
{ name: "otherText", tab: "choices" },
{ name: "otherPlaceholder", tab: "choices" },
{ name: "choicesOrder", tab: "choices" },
{ name: "colCount", tab: "choices" },
{ name: "showSelectAllItem", tab: "choices" },
Expand Down Expand Up @@ -465,6 +466,7 @@ const defaultProperties: ISurveyPropertiesDefinition = {
{ name: "choiceTextsFromQuestion", tab: "choices" },
{ name: "showOtherItem", tab: "choices" },
{ name: "otherText", tab: "choices" },
{ name: "otherPlaceholder", tab: "choices" },
{ name: "choicesOrder", tab: "choices" },
{ name: "colCount", tab: "choices" },
{ name: "showNoneItem", tab: "choices" },
Expand All @@ -489,6 +491,7 @@ const defaultProperties: ISurveyPropertiesDefinition = {
{ name: "choiceTextsFromQuestion", tab: "choices" },
{ name: "showOtherItem", tab: "choices" },
{ name: "otherText", tab: "choices" },
{ name: "otherPlaceholder", tab: "choices" },
{ name: "choicesOrder", tab: "choices" },
{ name: "optionsCaption", tab: "choices" },
{ name: "showNoneItem", tab: "choices" },
Expand Down Expand Up @@ -516,6 +519,7 @@ const defaultProperties: ISurveyPropertiesDefinition = {
{ name: "choiceTextsFromQuestion", tab: "choices" },
{ name: "showOtherItem", tab: "choices" },
{ name: "otherText", tab: "choices" },
{ name: "otherPlaceholder", tab: "choices" },
{ name: "choicesOrder", tab: "choices" },
{ name: "optionsCaption", tab: "choices" },
{ name: "showNoneItem", tab: "choices" },
Expand Down

0 comments on commit 9700e0a

Please sign in to comment.