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 - Hide columnsVisibleIf expression property #8469

Closed
JaneSjs opened this issue Jun 25, 2024 · 0 comments
Closed

Multi-Select Matrix - Hide columnsVisibleIf expression property #8469

JaneSjs opened this issue Jun 25, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Jun 25, 2024

In the following demo, matrix columns remain visible regardless of the expression evaluation result.

{
 "logoPosition": "right",
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "boolean",
     "name": "question2"
    },
    {
     "type": "matrixdropdown",
     "name": "question1",
     "columnsVisibleIf": "{question2} = true",
     "columns": [
      {
       "name": "Column 1"
      },
      {
       "name": "Column 2"
      },
      {
       "name": "Column 3"
      }
     ],
     "choices": [
      1,
      2,
      3,
      4,
      5
     ],
     "rows": [
      "Row 1",
      "Row 2"
     ]
    }
   ]
  }
 ]
}
2024-06-25_19-04-31.mp4
@JaneSjs JaneSjs added the bug label Jun 25, 2024
@andrewtelnov andrewtelnov changed the title Multi-Select Matrix - The columnsVisibleIf expression doesn't work Multi-Select Matrix - Hide columnsVisibleIf expression property Jun 26, 2024
@OlgaLarina OlgaLarina added this to the v1.11.5 milestone Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants