SurveyJS Survey Creator
JavaScript 앱에서 바로 JSON 기반의 동적 양식을 생성할 수 있습니다.
SurveyJS사에서 공개
2025년 부터 ComponentSource에서 판매중
Released: Jan 27, 2026
"pattern" mask type now support a text question’s placeholder. The placeholder text is rendered until the field receives focus or the user begins typing. Once the field is focused or a value is entered, the placeholder text is replaced by the pattern’s underscore placeholders, guiding the user to complete the masked input.SurveyModel.checkErrorsMode to "onValueChanged" and enable the SurveyModel.validateVisitedEmptyFields option.getOwner() method to all survey elements, including pages, panels, questions, choices, matrix rows, columns, and validators. The method enables upward traversal of the survey structure, allowing you to identify higher-level elements that own a given lower-level element.validateExpressions() reports an unknown variable when an expression inside the template references outer questions.dataList property value is not saved in the survey JSON schema.fromJSON() with validatePropertyValues: true produces an error when choices are defined using a callback that references the object instance.selectToRankEnabled in RTL mode does not allow dropping multiple items into the rank area.