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
The following JSON doesn't work correctly:
{ "pages": [ { "name": "page1", "elements": [ { "type": "rating", "name": "question1" }, { "type": "rating", "name": "question2", "autoGenerate": false, "rateValues": [ { "value": 1, "visibleIf": "{question1} < 2" }, { "value": 2, "visibleIf": "{question1} < 3" }, { "value": 3, "visibleIf": "{question1} < 4" }, { "value": 4, "visibleIf": "{question1} < 5" }, 5 ] } ] } ] }
The text was updated successfully, but these errors were encountered:
Calcuate renderedRateValues prop on demand #9267
87537e4
Support rate value visibleIf #9267
1325b13
Calculate renderedRateValues prop on demand & rateValues items Visibl…
ceb0232
…eIf #9267 (#9337) * Calcuate renderedRateValues prop on demand #9267 * Try to fix vue3 visual test * Support rate value visibleIf #9267
d3562aa
andrewtelnov
novikov82
No branches or pull requests
The following JSON doesn't work correctly:
The text was updated successfully, but these errors were encountered: