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.03k stars 787 forks source link

Allow to revert the rating scale order #8192

Closed andrewtelnov closed 3 months ago

andrewtelnov commented 3 months ago

It will be nice to allow to revert the rating scale order. The request was reported in SurveyJS technical forum.

tsv2013 commented 3 months ago

This can be achieved via the following custom CSS rule:

CSS .sd-rating fieldset { flex-direction: row-reverse; } Here is the working plunker example - https://plnkr.co/edit/HRMZ8vMdw5oEewIP