SurveyJS Dashboard v2.5.11

Released: Feb 18, 2026

Updates in v2.5.11

Funktionen

  • [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.

Fehlerkorrekturen

  • 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.
  • Dashboard
    • Multi-Select Matrix visualization fails if choices are defined for all columns and one column doesn't support them.
    • Table View: Uploaded file names appear as a single unreadable string.