SurveyJS Dashboard v1.12.17
Released: Dec 30, 2024
Actualizaciones en v1.12.17
Características
- Added an event for panel number customization
- In addition to the
onGetQuestionNumber and onGetPageNumber events, SurveyJS Form Library now supports an event that allows you to customize automatically generated numbers of panels - onGetPanelNumber.
- Providing a similar API: use the
options.panel parameter to access the PanelModel instance for which the event is raised and the options.number parameter to access and change the generated number.
Correcciones
- Survey Creator: Fixed hover effects which had stopped applying to list items.