SurveyJS PDF Generator v2.3.0

Released: Jul 30, 2025

v2.3.0 中的更新

特性

Form Library:

  • Added single- and multi-select question types, such as Checkboxes, Radio Button Group, and Dropdown, support multiple comment fields, enabling users to leave a comment for each individual choice option.
  • To display a comment field for a specific choice, enable its showCommentArea property. You can also set the isCommentRequired property to make the comment mandatory when that option is selected.

Survey Creator:

  • Added the option to add a matrix question with a checkbox in each cell, allowing respondents to select multiple options per row instead of being limited to one.

修补程序

Form Library:

  • [Accessibility] When multiple required fields are empty, screen readers announced all error messages at once.
  • [Angular v20] An error was raised when clicking the "Make the question visible if" magic wand action in the Survey Creator's Property Grid.
  • Dynamic Panel: Binding the panel count to a custom expression property raised runtime errors.
  • Text piping didn't work if the question's name contained only one symbol.
  • Async validation didn't block the survey flow in question-per-page mode.
  • Email validation was not triggered when the value changed.
  • The dateDiff function produced a wrong interval in minutes.

Survey Creator:

  • Property Grid: A custom multi-select dropdown property didn't apply styles from the Survey Creator UI theme.
  • Condition Editor displayed incorrect choices when questions share values using the valueName property.
  • The onQuestionAdded event was raised when dragging an existing question or panel to a new page.
  • Editing a new page's title produced an unwanted extra page in page-by-page edit mode.