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.23k stars 819 forks source link

fix - makes dropdown type of rating question display correct values on options #8917

Closed lander854 closed 1 month ago

lander854 commented 1 month ago

Rating questions can be turned into dropdowns when the screen width is not enough to fit all answers. When using dropdowns, values were used instead of text for dropdown options.

tsv2013 commented 1 month ago

@lander854 Thank you for contributing and sorry for late response! But there are some moments blocking this PR:

If seems to getting too much of your time, you can create an issue here on GitHub and our team implements it as soon as task will be added to sprint.

novikov82 commented 1 month ago

We created another PR https://github.com/surveyjs/survey-library/pull/8968 using your code changes. Unit tests are added.