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

The Remove buttons within a nested Panel Dynamic doesn't appear correctly #6639

Closed
JaneSjs opened this issue Aug 2, 2023 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Aug 2, 2023

Usage Scenario: a Panel Dynamic is placed inside another Panel Dynamic question.
View Demo

{
 "logoPosition": "right",
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "paneldynamic",
     "name": "question1",
     "templateElements": [
      {
       "type": "expression",
       "name": "question2",
       "expression": "{panelIndex}"
      },
      {
       "type": "paneldynamic",
       "name": "question3",
       "templateElements": [
        {
         "type": "expression",
         "name": "question4",
         "expression": "{panelIndex}"
        }
       ],
       "panelCount": 5
      }
     ],
     "panelCount": 3
    }
   ]
  }
 ]
}

The current output:
image

The expected output:
image

@JaneSjs JaneSjs added the bug label Aug 2, 2023
@JaneSjs JaneSjs changed the title A nested Panel Dynamic doesn't appear correctly Buttons within a nested Panel Dynamic don't appear correctly Aug 3, 2023
@JaneSjs JaneSjs changed the title Buttons within a nested Panel Dynamic don't appear correctly The Remove buttons within a nested Panel Dynamic don't appear correctly Aug 3, 2023
@JaneSjs JaneSjs changed the title The Remove buttons within a nested Panel Dynamic don't appear correctly The Remove buttons within a nested Panel Dynamic doesn't appear correctly Aug 3, 2023
andrewtelnov added a commit that referenced this issue Sep 17, 2023
@OlgaLarina OlgaLarina added this to the v1.9.108 milestone Sep 22, 2023
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

4 participants