SurveyJS Dashboard
将您的调查数据转变为强大的仪表板,并立即获得见解。
由以下开发商制作:SurveyJS
ComponentSource开始代理销售的日期:2025年
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.