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
T22407 - Rating Widget mobile display bug https://surveyjs.answerdesk.io/internal/ticket/details/T22407
Consider the following demo:
{ "pages": [ { "name": "page1", "elements": [ { "type": "rating", "name": "passion", "title": "Do you agree with the statement?", "showNumber": false, "isRequired": true, "autoGenerate": false, "rateValues": [ { "value": "A", "text": "1" }, { "value": "B", "text": "2" }, { "value": "C", "text": "3" }, { "value": "D", "text": "4" }, { "value": "E", "text": "5" } ], "minRateDescription": "Strongly Disagree", "maxRateDescription": "Strongly Agree" }, { "type": "rating", "name": "question1", "title": "Do you agree with the statement?", "showNumber": false, "isRequired": true, "minRateDescription": "Strongly Disagree", "maxRateDescription": "Strongly Agree" } ] } ] }
Min/Max labels appear collectly when rate items are auto-generated (the second rating scale):
However, labels are unavailable when rate items are generated manually (the first rating scale):
The text was updated successfully, but these errors were encountered:
OlgaLarina
No branches or pull requests
T22407 - Rating Widget mobile display bug
https://surveyjs.answerdesk.io/internal/ticket/details/T22407
Consider the following demo:
Min/Max labels appear collectly when rate items are auto-generated (the second rating scale):
However, labels are unavailable when rate items are generated manually (the first rating scale):
The text was updated successfully, but these errors were encountered: