SurveyJS v1.9.87
Released: May 10, 2023
SurveyJS v1.9.87 features a new setting to control the size of stars and smileys for Rating Scale questions within Multi-Select Matrix and includes several bug fixes.
Multi-Select Matrix: Set rate size for Rating Scale questions
Since the new release, Multi-Select Matrix questions allow you to choose between small and normal sizes for stars and smileys' rate types. Set the Survey.settings.matrix.rateSize
property to specify the desired size.
Survey.settings.matrix.rateSize = "small"
(default):
Survey.settings.matrix.rateSize = "normal"
:
Bug Fixes
Form Library
onGetChoiceDisplayValue
is raised multiple times (#6078)- [Angular] Dropdown with lazy loading throws an exception when clearing the selected value (#6125)
- [Angular] Dropdown is empty when switching to the previous page (#6132)
- The "complete" trigger is not executed after updating a matrix row value (#6152)