SurveyJS Dashboard v2.3.1

Released: Aug 6, 2025

Updates in v2.3.1

Features

React Axe HTML Reporter:

  • Added accessibility validation to the Form Library and Survey Creator demos.
  • This validation has two parts:
    • Accessibility checker:
      • Runs the page markup against a comprehensive set of accessibility rules and returns a JSON report with passed and failed checks.
    • Accessibility reporter:
      • Displays the results in an interactive, user-friendly format.

Fixes

Form Library:

  • [Angular] The onAfterRenderSurvey event was raised on each page change.
  • Range Slider and the text input fields bound to it were out of sync.
  • Radio Button Group had an object as a display value when individual choice comments are enabled.
  • The clearIncorrectValues() method deleted a valid response to a Dynamic Panel question if a nested field has the valueName property specified (#10206).
  • The copyvalue trigger worked incorrectly when it is based on an expression that uses a custom function.

Survey Creator:

  • Multiple Textboxes: Item label overflowed its in-place editor on the design surface.

Dashboard:

  • Dashboard didn't visualize individual choice comments.
  • Dashboard didn't visualize individual choice comments within a Multi-Select Matrix.
  • Dashboard didn't visualize a checkbox matrix.