SurveyJS Survey Creator v2.0.5
Released: Apr 15, 2025
v2.0.5 での更新項目
機能
- Dropdown and Tag Box: Support for User-Defined Options
- Single- and Multi-Select Dropdown question types introduce a capability for users to create custom choice options based on values they enter directly into the input field. This capability allows users to add and select choice options that were not originally provided by the survey author.
- By default, custom choices persist until the user reloads or closes the web page with the survey. If you want to store the choices for a longer period, handle the
onCreateCustomChoiceItem event. Within the event handler, you can access the new item along with the list of previously added items and save them in a database or the localStorage.
- Python Integration Demo Example
- This example implements an application that allows users to edit surveys in Survey Creator, run them using Form Library, and analyze the results using the Dashboard component.
不具合の修正
- Property Grid: An icon was missing for the Numbering category.
- Preview Tab: Page selector was not updated when switching between survey pages using in-survey navigation.
- Expressions: A backslash in a new line character '\n' is escaped while it shouldn't be.