Released: Aug 13, 2025
v2.3.2 버젼 업데이트
기능
Survey Creator:
- Added the Save action to the footer toolbar when auto-save is disabled.
수정사항
Form Library:
- Dropdown with Lazy Loading:
- Applied additional client-side filtering to the choice list.
- The choice list reset to an unfiltered state when the dropdown closed due to page scrolling.
- Yes/No Question rendered as Radio Button Group didn't allow selecting a value after resetValueIf executes.
- A composite question was editable if it was added using the addNewQuestion() method.
- Composite...
Released: Aug 6, 2025
v2.3.1 버젼 업데이트
기능
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.
수정사항
Form Library:
- [Angular] The
onAfterRenderSurvey event was raised on each page change.
- Range Slider and the text input...
Released: Jul 30, 2025
v2.3.0 버젼 업데이트
기능
Form Library:
- Added single- and multi-select question types, such as Checkboxes, Radio Button Group, and Dropdown, support multiple comment fields, enabling users to leave a comment for each individual choice option.
- To display a comment field for a specific choice, enable its
showCommentArea property. You can also set the isCommentRequired property to make the comment mandatory when that option is selected.
Survey Creator:
- Added the option to add a matrix question with a checkbox in each...
Released: Jul 22, 2025
v2.2.6 버젼 업데이트
기능
- Breaking Change - settings.confirmActionFunc is now undefined by default.
- Previously, the confirmActionFunc setting allowed you to display a browser confirmation dialog with a custom message, similar to using the standard window.confirm(message) method.
- Starting with Form Library v2.2.6, confirmActionFunc is undefined by default and must be explicitly defined before use. This change resolves cases where confirmActionFunc was defined but not executed and streamlines its relationship with the...
Released: Jul 15, 2025
v2.2.5 버젼 업데이트
기능
Survey Creator:
- It is now possible to add a panel inside another panel regardless of maxPanelNestingLevel being set to 0.
- It is now possible to assign a non-unique element name by adding a space character to it.
수정사항
Form Library:
- [Accessibility] Rating Scale: Screen readers do not announce the question title when the question is focused using the keyboard.
- Slider: A custom theme doesn't change the color of the selected range.
- Table of Contents didn't work when questionsOnPageMode is...
Released: Jul 9, 2025
v2.2.4 버젼 업데이트
수정사항
Form Library:
- Dynamic Matrix didn't remove an extra row when a matrix value has fewer rows.
Released: Jul 2, 2025
v2.2.3 버젼 업데이트
수정사항
Form Library:
- Could not override default value for valueName & titleName properties in choicesByUrl object.
- Matrix called survey.onValueChanged before performing expression calculation.
Survey Creator:
- Vue 3: Error occurred when creator.JSON was set more than once.
Released: Jun 25, 2025
v2.2.2 버젼 업데이트
기능
- Accessibility:
- Now fully accessible when used with the Contrast theme. This update brings the tool into full compliance with modern accessibility standards, including WCAG, Section 508, and ARIA.
수정사항
Form Library:
- Update default row value when column cellType would change.
- Rendering issue with multiple textboxes when item titles are too long.
- A11y compliance test failure in the form validation example.
- The Serbian locale's code should be changed to sr.
- Numeric Mask - a 1.000 value was reset...
Released: Jun 17, 2025
v2.2.1 버젼 업데이트
기능
Form Library:
- Read-only radio button group can now be edited using a keyboard.
수정사항
Form Library:
- Multi-Select Matrix: Masked values had incorrect encoding when they were displayed in an error message within a matrix cell.
- Question's clearIfInvisible property didn't override the survey's clearInvisibleValues property.
Released: Jun 12, 2025
v2.2.0 버젼 업데이트
기능
New Slider and Range Slider Question Types
- Introduces two new interactive question types - Slider and Range Slider.
- The Slider allows users to select a single value by dragging a thumb along a predefined scale.
- The Range Slider lets users select a range using two thumbs.
- Users can also drag the entire selected range along the scale without changing the distance between the thumbs.
- These components support the following features out of the box:
- Customizable scale (min, max, and step).
- Auto...