Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-Select Matrix with a column which choices appear as separate columns - An unwanted column title appears on a mobile table view #9346

Open
JaneSjs opened this issue Jan 22, 2025 · 0 comments
Assignees
Labels
user issue An issue or bug reported by users

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Jan 22, 2025

T21568 - Re: Matrix with checkboxes instead of radio buttons
https://surveyjs.answerdesk.io/internal/ticket/details/T21568


Consider the following form definition:

{
  "logoPosition": "right",
  "pages": [
    {
      "name": "page1",
      "elements": [
        {
          "type": "matrixdropdown",
          "name": "matrix-dropdown question",
          "title": "Please leave your feedback about JavaScript frameworks",
          "columns": [
            {
              "name": "col1",
              "cellType": "checkbox",
              "showInMultipleColumns": true,
              "choices": [
                {
                  "value": "easy-to-learn",
                  "text": "Easy to learn"
                },
                {
                  "value": "two-way",
                  "text": "Two-way data binding"
                }
              ]
            }
          ],
          "rows": [
            {
              "value": "angular",
              "text": "Angular"
            },
            {
              "value": "react",
              "text": "React"
            },
            {
              "value": "vue",
              "text": "Vue"
            }
          ]
        }
      ]
    }
  ]
}

On a desktop, a table appears as follows:

Image

On a mobile, an unnecessary column name appears:

Image
Image

Consider an option to hide the column title when a column's showInMultipleColumns option is enabled.

@JaneSjs JaneSjs added bug user issue An issue or bug reported by users and removed bug labels Jan 22, 2025
@JaneSjs JaneSjs assigned dk981234 and JaneSjs and unassigned dk981234 Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user issue An issue or bug reported by users
Projects
None yet
Development

No branches or pull requests

2 participants