SurveyJS PDF Generator v2.5.11

Released: Feb 18, 2026

Actualizaciones en v2.5.11

Características

  • [Survey Creator] JSON Editor: Smarter error fix suggestions for property values
    • In Survey Creator, the JSON Editor allows users to edit the survey JSON schema manually. If the JSON contains a syntax error or an invalid configuration, the JSON Editor tab displays an error message and, when possible, offers a button to automatically correct the issue.
    • Automatic error handling for invalid property values is now enhanced with suggestions based on Levenshtein distance. When a property value does not match any of the allowed options (for example, an enum value), the editor compares the entered value against valid alternatives and suggests the closest match.
    • This enhancement reduces friction when editing JSON manually, shortens debugging time, and helps prevent configuration errors caused by mistyped property values.

Correcciones

  • Form Library
    • Checkboxes: "Select All" affects disabled choice options.
  • Survey Creator
    • UI Condition Editor doesn't allow creating rules based on other choices within the same question.