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
Bug
SortableList does not support choice visibility via
choicesVisibleIf
https://plnkr.co/edit/IoAY0GAJNlpgNxTY3jqP?p=preview
Tested page URL: https://plnkr.co/edit/IoAY0GAJNlpgNxTY3jqP?p=preview
Test code
var json = { "pages": [ { "name": "page1", "elements": [ { "type": "checkbox", "name": "question1", "choices": [ "item1", "item2", "item3" ] }, { "type": "sortablelist", "name": "question2", "choices": [ { "value": "item1", "visibleIf": "{question1} contains \"item1\"" }, "item2", "item3" ] } ] } ] };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Are you requesting a feature, reporting a bug or asking a question?
Bug
What is the current behavior?
SortableList does not support choice visibility via
choicesVisibleIf
What is the expected behavior?
How would you reproduce the current behavior (if this is a bug)?
https://plnkr.co/edit/IoAY0GAJNlpgNxTY3jqP?p=preview
Provide the test code and the tested page URL (if applicable)
Tested page URL: https://plnkr.co/edit/IoAY0GAJNlpgNxTY3jqP?p=preview
Test code
Specify your
The text was updated successfully, but these errors were encountered: