Survey Now v2.0.6
Released: April 23, 2025
Survey Now v2.0.6 includes bug fixes and minor enhancements.
New and Updated Demos
Survey Creator: Page Break and Page Merge
New Blog Posts
Let Your Users Add Custom Options to Dropdowns
Bug Fixes and Minor Enhancements
Form Library
- Composite question assigns only a part of nested question values if there is a comment value (#9747)
- Single-Line Input doesn't assign a date with an applied input mask (#9759)
- Multi-Select Matrix: A file placeholder overlaps a file preview when File Upload is within a detail section (#9774)
- Advanced Header View: A survey description appears regardless of the
showTitleproperty being set tofalse(#9751) - [Survey Creator] Multi-Select Matrix column: Character placeholders in a pattern input mask do not appear on the design surface (#9767)
- Dynamic Matrix: Validation expression that involves a
rowprefix works incorrectly if the matrix uses thevalueNameproperty (#9758) - [Angular]
@HostBindingparameter error (#9752) - A form is not scrolled to the first page element when
lazyRenderingis enabled (#9712) - Single-Line Input with
inputTypeset to"range"or"color"can be modified in read-only mode (#9746) - Dynamic Matrix: Error message is scrolled in horizontal direction with the rest of the matrix content (#9779)
Survey Creator
- A console error is thrown when selecting a "Date and Time" input mask type for a Multiple Textboxes item (#6834)
- [React]
unmountComponentAtNodeis not exported from 'react-dom' (#6821) - Translation tab: Default translations aren't used as placeholders for choices in matrix columns and rows (#6839)
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>