SurveyJS Dashboard v1.12.17
Released: Dec 30, 2024
Atualizações na v1.12.17
Recursos
- 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.
Correções
- Survey Creator: Fixed hover effects which had stopped applying to list items.