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
T19009 - Drag-and-Drop Row Functionality Not Working Properly with Conditional Visibility (visibleIf) in MatrixDynamic Question https://surveyjs.answerdesk.io/internal/ticket/details/T19009
View Demo
The text was updated successfully, but these errors were encountered:
@OlgaLarina The issue is probably related to the dropdown react rendering. I have tried it with the following JSON that works correctly:
{ "pages": [ { "name": "page1", "elements": [ { "type": "matrixdynamic", "name": "matrix", "columns": [ { "name": "col1", "cellType": "radiogroup", "choices": [ "a", "b", "c" ] }, { "name": "col2", "cellType": "text", "visibleIf": "{row.col1}='a'" } ], "allowRowsDragAndDrop": true } ] } ] }
However, the following JSON works incorrectly:
{ "pages": [ { "name": "page1", "elements": [ { "type": "matrixdynamic", "name": "matrix", "columns": [ { "name": "col1", "cellType": "dropdown", "choices": [ "a", "b", "c" ] }, { "name": "col2", "cellType": "text", "visibleIf": "{row.col1}='a'" } ], "allowRowsDragAndDrop": true } ] } ] }
Sorry, something went wrong.
work for #8568 Dynamic Matrix - A row gets an invalid value after bei…
856d07f
…ng reordered
d5e89e5
work for #8568 fix markup tests
a7d9bab
a926aa4
OlgaLarina
Successfully merging a pull request may close this issue.
T19009 - Drag-and-Drop Row Functionality Not Working Properly with Conditional Visibility (visibleIf) in MatrixDynamic Question
https://surveyjs.answerdesk.io/internal/ticket/details/T19009
View Demo
2024-07-16_12-40-28.mp4
The text was updated successfully, but these errors were encountered: