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 in Dropdown mode: minRateDescription and maxRateDescription labels do not appear for custom items #8861

Closed
JaneSjs opened this issue Sep 27, 2024 · 0 comments · Fixed by #8868
Assignees
Labels
bug user issue An issue or bug reported by users
Milestone

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Sep 27, 2024

T20022 - In Dropdown mode, Minimum and Maximum value labels not showing
https://surveyjs.answerdesk.io/internal/ticket/details/T20022


{
  "logoPosition": "right",
  "pages": [
    {
      "name": "page1",
      "elements": [
        {
          "type": "rating",
          "name": "question1",
          "title": "Custom Ratings",
          "autoGenerate": false,
          "rateCount": 10,
          "rateValues": [
            10,
            20,
            30,
            40,
            50,
            60,
            70,
            80,
            90,
            100
          ],
          "minRateDescription": "Poor",
          "maxRateDescription": "Excellent",
          "displayMode": "dropdown"
        },
        {
          "type": "rating",
          "name": "question2",
          "title": "AutoGenerated Ratings",
          "rateCount": 10,
          "rateMax": 10,
          "minRateDescription": "Poor",
          "maxRateDescription": "Excellent",
          "displayMode": "dropdown"
        }
      ]
    }
  ]
}

For auto-generated items, min and max labels appear correctly:
image

For custom items, min and max labels do not appear:
image

@JaneSjs JaneSjs added bug user issue An issue or bug reported by users labels Sep 27, 2024
novikov82 pushed a commit that referenced this issue Sep 27, 2024
…nd maxRateDescription labels do not appear for custom rating items

Fixes #8861
novikov82 pushed a commit that referenced this issue Sep 27, 2024
novikov82 pushed a commit that referenced this issue Sep 28, 2024
novikov82 pushed a commit that referenced this issue Sep 28, 2024
andrewtelnov added a commit that referenced this issue Sep 28, 2024
…ileDropdown-mode---The-minRateDescription-and-maxRateDescription-labels-do-not-appear-for-custom-rating-items

#8861 Rating Scale in Mobile/Dropdown mode - The minRateDescription and maxRateDescription labels do not appear for custom rating items
@RomanTsukanov RomanTsukanov changed the title Rating Scale in Mobile/Dropdown mode - The minRateDescription and maxRateDescription labels do not appear for custom rating items Rating Scale in Dropdown mode: minRateDescription and maxRateDescription labels do not appear for custom items Oct 1, 2024
@OlgaLarina OlgaLarina added this to the v1.12.4 milestone Oct 2, 2024
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
4 participants