Skip to content

Dynamic Panel placed inside a Matrix Detail Section - An inner question title is duplicated when "templateQuestionTitleLocation": "left" #7308

@JaneSjs

Description

@JaneSjs

A question title is duplicated when "templateQuestionTitleLocation": "left".

{
  "pages": [
    {
      "name": "page1",
      "elements": [
        {
          "type": "matrixdropdown",
          "name": "question1",
          "columns": [
            {
              "name": "Column 1",
              "cellType": "radiogroup",
              "showInMultipleColumns": true,
              "choices": [
                {
                  "value": "c1",
                  "text": "Column 1"
                },
                {
                  "value": "c2",
                  "text": "Column 2"
                },
                {
                  "value": "c3",
                  "text": "Column 3"
                }
              ],
              "allowClear": true
            }
          ],
          "detailElements": [
            {
              "type": "paneldynamic",
              "name": "question3",
              "templateElements": [
                {
                  "type": "comment",
                  "name": "question2"
                }
              ],
              "addPanelText": "Add more",
              "templateQuestionTitleLocation": "left"
            }
          ],
          "detailPanelMode": "underRow",
          "choices": [
            1,
            2,
            3,
            4,
            5
          ],
          "rows": [
            "Row 1",
            "Row 2"
          ]
        }
      ]
    }
  ]
}
Image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions