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

Dynamic Matrix: Condition Editor doesn't list questions located within a detail section #8561

Closed
JaneSjs opened this issue Jul 10, 2024 · 0 comments · Fixed by #8562
Closed
Assignees
Labels
Milestone

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Jul 10, 2024

In the following survey, a question within a detail form depends on the other question within the detail form.

{
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "matrixdropdown",
     "name": "question1",
     "columns": [
      {
       "name": "Column 1"
      },
      {
       "name": "Column 2"
      },
      {
       "name": "Column 3"
      }
     ],
     "detailElements": [
      {
       "type": "boolean",
       "name": "additionalInfo",
       "title": "Do you want to add more information?"
      },
      {
       "type": "text",
       "name": "question3",
       "visibleIf": "{row.additionalInfo} = true",
       "startWithNewLine": false,
       "title": "More info"
      }
     ],
     "detailPanelMode": "underRow",
     "choices": [
      1,
      2,
      3,
      4,
      5
     ],
     "rows": [
      "Row 1",
      "Row 2"
     ]
    }
   ]
  }
 ]
}

image

However, questions from the detail form are not available within the condition editor.
image

@JaneSjs JaneSjs removed the usability label Jul 11, 2024
@andrewtelnov andrewtelnov transferred this issue from surveyjs/survey-creator Jul 14, 2024
andrewtelnov added a commit that referenced this issue Jul 15, 2024
tsv2013 pushed a commit that referenced this issue Jul 15, 2024
@OlgaLarina OlgaLarina added this to the v1.11.7 milestone Jul 16, 2024
@RomanTsukanov RomanTsukanov changed the title Dynamic Matrix - Condition Editor doesn't list questions located within a detail section Dynamic Matrix: Condition Editor doesn't list questions located within a detail section Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants