surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.18k stars 808 forks source link

Rating Scale: Custom rate values are lost when changing the Rate Type from Smileys to Labels #6670

Closed kmhigashioka closed 1 year ago

kmhigashioka commented 1 year ago

Are you requesting a feature, reporting a bug or ask a question?

Bug

What is the current behavior?

The custom rate values display more choices than what is displayed in the question. image

What is the expected behavior?

Custom rate values only display choices 1-10.

How would you reproduce the current behavior (if this is a bug)?

  1. Open https://9npf3z.csb.app/.
  2. Add a rating scale question.
  3. Go to Rate Values.
  4. Set Rate count to 20.
  5. Click Enter manually on How to specify rate values?
  6. Click Smileys(Rate type).
  7. Go back to Labels (Rate type).

Provide the test code and the tested page URL (if applicable)

Tested page URL: https://surveyjs.io/create-free-survey#example

Test code

your_code_here

Specify your

JaneSjs commented 1 year ago

Hello @kmhigashioka, Thank you for reporting this issue. We will research it and update this thread once we have any news to share.

https://github.com/surveyjs/survey-creator/assets/22372972/f28c2133-9779-4871-950e-ff56d67e95cc

kmhigashioka commented 1 year ago

Thanks @JaneSjs