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.