We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To reproduce the issue, load the following JSON to a survey creator: View Demo
{ "pages": [ { "name": "page1", "elements": [ { "type": "paneldynamic", "name": "question1", "valueName": "sharedData", "templateElements": [ { "type": "radiogroup", "name": "question5", "choices": [ "Item 1", "Item 2" ] }, { "type": "text", "name": "name" } ] }, { "type": "paneldynamic", "name": "question3", "valueName": "sharedData", "templateElements": [ { "type": "text", "name": "question4", "defaultValueExpression": "{panel.name}" } ], "templateVisibleIf": "{panel.question5} = 'Item 1'" } ] } ] }
Although templateVisibleIf is defined, it appears unspecified in a property grid:
templateVisibleIf
The text was updated successfully, but these errors were encountered:
Dynamic Panel - The templateVisibleIf property appears empty even tho…
7e2f29e
…ugh it is defined in a survey JSON fix #7623
8d99ac7
…ugh it is defined in a survey JSON fix #7623 (#7624)
andrewtelnov
Successfully merging a pull request may close this issue.
To reproduce the issue, load the following JSON to a survey creator:
View Demo
Although
templateVisibleIf
is defined, it appears unspecified in a property grid:The text was updated successfully, but these errors were encountered: