Skip to content
New issue

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

Rating Scale with Manually-generated items - The min/max labels disappear in mobile (dropdown) mode #9629

Open
JaneSjs opened this issue Mar 21, 2025 · 0 comments
Assignees
Labels
bug user issue An issue or bug reported by users

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Mar 21, 2025

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):

Image

However, labels are unavailable when rate items are generated manually (the first rating scale):

Image

@JaneSjs JaneSjs added bug user issue An issue or bug reported by users labels Mar 21, 2025
@OlgaLarina OlgaLarina self-assigned this Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug user issue An issue or bug reported by users
Projects
None yet
Development

No branches or pull requests

2 participants