Survey Now v2.3.3
Released: August 20, 2025
Survey Now v2.3.3 includes bug fixes and minor enhancements.
New Demos
Checkboxes with Exclusive Option
Bug Fixes and Minor Enhancements
Form Library
- Dropdowns: The
customChoicesarray does not include custom values that come fromsurvey.data(#10247) - Pre-populated Dynamic Matrix with detail rows raises the
onValueChangedevent when a detail row is expanded (#10253) - Multi-Select Matrix: A column's
resetValueIfproperty doesn't work when users change a cell value in a matrix bound using thevalueNameproperty (#10250) - A custom navigation button that generates a PDF document doesn't wait for the Signature question to finish uploading (#10251)
visibleIfon a composite question fails when referencing a question with the same name as one inside the composite question (#10257)
Survey Creator
- The
onTranslationStringVisibilityevent is not raised for the auto-translation pop-up window (#7094) - Design surface: Element adorners are misaligned after the Change Input Type adorner is removed (#7088)
How to Update Survey Now Libraries in Your Application
Angular
npm i [email protected] [email protected] --save
npm i [email protected] [email protected] --save
npm i [email protected] --save
npm i [email protected] --save
React
npm i [email protected] [email protected] --save
npm i [email protected] [email protected] --save
npm i [email protected] --save
npm i [email protected] --save
Vue.js
npm i [email protected] [email protected] --save
npm i [email protected] [email protected] --save
npm i [email protected] --save
npm i [email protected] --save
HTML/CSS/JavaScript
<link href="https://unpkg.com/[email protected]/survey-core.min.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="https://unpkg.com/[email protected]/survey.core.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/[email protected]/survey-js-ui.min.js"></script>
<script src="https://unpkg.com/[email protected]/themes/index.min.js"></script>
<script src="https://unpkg.com/[email protected]/themes/index.min.js"></script>
<link href="https://unpkg.com/[email protected]/survey-creator-core.min.css" type="text/css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/survey-creator-core.min.js"></script>
<script src="https://unpkg.com/[email protected]/survey-creator-js.min.js"></script>
<link href="https://unpkg.com/[email protected]/survey.analytics.min.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/survey.analytics.min.js"></script>
<script src="https://unpkg.com/[email protected]/survey.pdf.min.js"></script>
<script src="https://unpkg.com/[email protected]/pdf-form-filler.min.js"></script>