SurveyJS is an open-source JavaScript form builder library that allows developers to create dynamic forms, multi-step form wizards, and survey applications. It supports React, Angular, and Vue.js (Vue 3), and can also be used in applications built with plain JavaScript.
This report presents the forensic synthetic code analysis of surveyjs/survey-library, a TypeScript project with 4,802 GitHub stars. SynthScan v2.0 examined 374,322 lines of code across 1716 source files, recording 1840 pattern matches distributed across 6 syntactic categories. The overall adjusted score of 4.3 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 1840 distinct pattern matches across 6 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …nctionalTests/conditionsAndTriggers/completeTrigger.js | 1 | // import { frameworks, url, initSurvey, getSurveyResult } from "../helper"; | COMMENT |
| LOW | …nctionalTests/conditionsAndTriggers/completeTrigger.js | 21 | // { | COMMENT |
| LOW | …nctionalTests/conditionsAndTriggers/completeTrigger.js | 41 | // "Python", | COMMENT |
| LOW | …nctionalTests/conditionsAndTriggers/completeTrigger.js | 61 | // "Clojure", | COMMENT |
| LOW | …nctionalTests/conditionsAndTriggers/completeTrigger.js | 81 | // title: "Please enter your name and e-mail", | COMMENT |
| LOW | …nctionalTests/conditionsAndTriggers/completeTrigger.js | 101 | // .click("input[value=\"Next\"]") | COMMENT |
| LOW | …nctionalTests/conditionsAndTriggers/completeTrigger.js | 121 | // .click("input[value=\"Complete\"]"); | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/visibleTrigger.js | 1 | // import { fixture, test } from "testcafe"; | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/visibleTrigger.js | 21 | // }, | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/visibleTrigger.js | 41 | // type: "visible", | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/visibleTrigger.js | 61 | // "SuperCar", | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/visibleTrigger.js | 81 | // colCount: 4, | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/visibleTrigger.js | 101 | // hasOther: true, | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/visibleTrigger.js | 121 | // hasOther: true, | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/visibleTrigger.js | 141 | // { | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/visibleTrigger.js | 161 | // { | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/visibleTrigger.js | 181 | // await t | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/requiredIf.ts | 1 | // import { frameworks, initSurvey, url } from "../helper"; | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/requiredIf.ts | 21 | // .beforeEach(async (t) => { | COMMENT |
| LOW | …nctionalTests/conditionsAndTriggers/setValueTrigger.js | 1 | // import { frameworks, url, initSurvey, getSurveyResult } from "../helper"; | COMMENT |
| LOW | …nctionalTests/conditionsAndTriggers/setValueTrigger.js | 21 | // setValue: "jon.snow@nightwatch.com", | COMMENT |
| LOW | …nctionalTests/conditionsAndTriggers/setValueTrigger.js | 41 | // type: "setvalue", | COMMENT |
| LOW | …nctionalTests/conditionsAndTriggers/setValueTrigger.js | 61 | // questions: [ | COMMENT |
| LOW | …nctionalTests/conditionsAndTriggers/setValueTrigger.js | 81 | // completedHtml: | COMMENT |
| LOW | …nctionalTests/conditionsAndTriggers/setValueTrigger.js | 101 | // name: "Jon Snow", | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/visibleIf.js | 1 | // import { frameworks, url, initSurvey, getSurveyResult, getListItemByText, completeButton } from "../helper"; | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/visibleIf.js | 21 | // isRequired: true, | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/visibleIf.js | 41 | // { | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/visibleIf.js | 61 | // name: "kid5Age", | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/visibleIf.js | 81 | // await t | COMMENT |
| LOW | functionalTests/conditionsAndTriggers/visibleIf.js | 101 | // .click(getListItemByText("2")) | COMMENT |
| LOW | functionalTests/components/popup.ts | 1 | // import { url, initSurvey, frameworks, getListItemByText } from "../helper"; | COMMENT |
| LOW | functionalTests/components/popup.ts | 21 | // window["root"].unmount(); | COMMENT |
| LOW | functionalTests/components/popup.ts | 41 | // elements: [ | COMMENT |
| LOW | functionalTests/components/popup.ts | 61 | // }); | COMMENT |
| LOW | functionalTests/components/popup.ts | 81 | // let items: Array<any> = []; | COMMENT |
| LOW | functionalTests/components/popup.ts | 101 | // ); | COMMENT |
| LOW | functionalTests/components/popup.ts | 121 | // .click(clickButton) | COMMENT |
| LOW | functionalTests/components/popup.ts | 141 | // .click(clickButton) | COMMENT |
| LOW | functionalTests/components/popup.ts | 161 | // action.action(); | COMMENT |
| LOW | functionalTests/components/popup.ts | 181 | // .expect(popupSelector.exists).ok() | COMMENT |
| LOW | functionalTests/components/popup.ts | 201 | // .click(clickButton) | COMMENT |
| LOW | functionalTests/components/popup.ts | 221 | // .wait(1000) | COMMENT |
| LOW | functionalTests/components/popup.ts | 241 | // .pressKey("tab") | COMMENT |
| LOW | functionalTests/components/popup.ts | 261 | // .expect(clickButton.focused).ok({ timeout: 100 }); | COMMENT |
| LOW | functionalTests/components/popup.ts | 281 | // }); | COMMENT |
| LOW | functionalTests/components/popup.ts | 301 | COMMENT | |
| LOW | functionalTests/components/popup.ts | 321 | // .expect(popupSelector.visible).ok() | COMMENT |
| LOW | functionalTests/components/popup.ts | 341 | // for (let index = 0; index < 20; index++) { | COMMENT |
| LOW | functionalTests/components/popup.ts | 361 | // .expect(popupSelector.visible).ok() | COMMENT |
| LOW | functionalTests/components/popup.ts | 381 | // ); | COMMENT |
| LOW | functionalTests/components/popup.ts | 401 | // }, | COMMENT |
| LOW | functionalTests/components/popup.ts | 421 | // .expect(popupSelector.offsetHeight).within(popupHeight - 1, popupHeight + 1); | COMMENT |
| LOW | functionalTests/components/popup.ts | 441 | COMMENT | |
| LOW | functionalTests/components/popup.ts | 461 | COMMENT | |
| LOW | functionalTests/components/popup.ts | 481 | // .expect(item5Subitems.visible).ok() | COMMENT |
| LOW | functionalTests/components/popup.ts | 501 | // .expect(item6Subitems.visible).notOk() | COMMENT |
| LOW | functionalTests/components/list.ts | 1 | // import { url, initSurvey, registerCustomToolboxComponent, frameworks } from "../helper"; | COMMENT |
| LOW | functionalTests/components/list.ts | 21 | // function addTitleAction(_, opt) { | COMMENT |
| LOW | functionalTests/components/list.ts | 41 | // }, { items: items } | COMMENT |
| 1582 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | screenshots/responsiveness.spec.ts | 44 | "placeholder": "foobar@example.com", | CODE |
| LOW | screenshots/responsiveness.spec.ts | 65 | "placeholder": "https://www.example.com", | CODE |
| LOW⚡ | screenshots/popup.spec.ts | 207 | modalPopupAction.popupModel.title = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod t | CODE |
| LOW⚡ | screenshots/popup.spec.ts | 207 | modalPopupAction.popupModel.title = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod t | CODE |
| LOW⚡ | screenshots/popup.spec.ts | 213 | modalPopupWithTitleAction.popupModel.title = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW⚡ | screenshots/popup.spec.ts | 213 | modalPopupWithTitleAction.popupModel.title = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | screenshots/html.spec.ts | 45 | html: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore e | CODE |
| LOW | screenshots/html.spec.ts | 45 | html: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore e | CODE |
| LOW | screenshots/tagbox.spec.ts | 378 | "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt u | CODE |
| LOW | screenshots/tagbox.spec.ts | 378 | "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt u | CODE |
| LOW | screenshots/rating.spec.ts | 164 | "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt u | CODE |
| LOW | screenshots/rating.spec.ts | 164 | "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt u | CODE |
| LOW | functionalTests/survey/workWithData.js | 7 | // name: "John Doe", | COMMENT |
| LOW | functionalTests/survey/workWithData.js | 79 | // name: "John Doe", | COMMENT |
| LOW | functionalTests/survey/workWithData.js | 91 | // .typeText(".sd-row input", "John Doe") | COMMENT |
| LOW | functionalTests/survey/workWithData.js | 93 | // .expect(resultElement.textContent).eql("John Doe") | COMMENT |
| LOW | functionalTests/survey/navigation.js | 61 | // "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore | COMMENT |
| LOW | functionalTests/survey/navigation.js | 61 | // "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore | COMMENT |
| LOW | functionalTests/questions/signature.ts | 99 | // "placeholder": "q1" | COMMENT |
| LOW | functionalTests/questions/signature.ts | 108 | // "placeholder": "q2" | COMMENT |
| LOW⚡ | functionalTests/questions/dropdown.js | 1257 | // .expect(questionValueInput.getAttribute("placeholder")).eql("Select...") | COMMENT |
| LOW⚡ | functionalTests/questions/dropdown.js | 1262 | // .expect(questionValueInput.getAttribute("placeholder")).eql("Select...") | COMMENT |
| LOW⚡ | functionalTests/questions/dropdown.js | 1272 | // await t.expect(questionValueInput.getAttribute("placeholder")).eql("Select..."); | COMMENT |
| LOW⚡ | functionalTests/questions/dropdown.js | 1275 | // await t.expect(questionValueInput.getAttribute("placeholder")).eql("Bitte auswählen..."); | COMMENT |
| LOW | functionalTests/questions/dropdown.js | 274 | // .expect(questionValueInput.getAttribute("placeholder")).eql("Select...") | COMMENT |
| LOW | functionalTests/questions/dropdown.js | 489 | // await t.expect(questionValueInput.getAttribute("placeholder")).eql(oldPlaceholder); | COMMENT |
| LOW | functionalTests/questions/dropdown.js | 491 | // await t.expect(questionValueInput.getAttribute("placeholder")).eql(newPlaceholder); | COMMENT |
| LOW | functionalTests/questions/dropdown.js | 698 | // .expect(questionValueInput.getAttribute("placeholder")).eql("Select...") | COMMENT |
| LOW | functionalTests/questions/dropdown.js | 1407 | // .expect(ratingAsDropdownPlaceholder.getAttribute("placeholder")).eql("") | COMMENT |
| LOW | functionalTests/questions/dropdown.js | 1411 | // .expect(ratingAsDropdownPlaceholder.getAttribute("placeholder")).eql(ratingAsDropdownPlaceHolder); | COMMENT |
| LOW | functionalTests/questions/dropdown.js | 1963 | // .expect(questionValueInput.getAttribute("placeholder")).eql("") | COMMENT |
| LOW | functionalTests/questions/dropdown.js | 1967 | // .expect(questionValueInput.getAttribute("placeholder")).eql("Select..."); | COMMENT |
| LOW | functionalTests/questions/input_mask.ts | 161 | // "placeholder": "YYYY" | COMMENT |
| LOW | utils/json_obfuscator.js | 50 | "placeholder", | CODE |
| LOW | docs/design-survey-conditional-logic.md | 221 | "placeholder": "Select college...", | CODE |
| LOW | docs/design-survey-conditional-logic.md | 257 | "placeholder": "Select program...", | CODE |
| LOW | docs/design-survey-conditional-logic.md | 327 | "placeholder": "Select course...", | CODE |
| LOW | …ze-question-types-create-specialized-question-types.md | 16 | "placeholder": "Select a country...", | CODE |
| LOW | …ze-question-types-create-specialized-question-types.md | 44 | "placeholder": "Select a country...", | CODE |
| LOW | …ze-question-types-create-specialized-question-types.md | 90 | "placeholder": { | CODE |
| LOW | docs/customize-question-types-create-custom-widgets.md | 445 | "placeholder" | CODE |
| LOW | docs/surveyjs_definition.json | 1370 | "placeholder": { | CODE |
| LOW | docs/surveyjs_definition.json | 2658 | "placeholder": { | CODE |
| LOW | docs/surveyjs_definition.json | 2787 | "placeholder": { | CODE |
| LOW | docs/surveyjs_definition.json | 2855 | "placeholder": { | CODE |
| LOW | docs/surveyjs_definition.json | 3172 | "placeholder": { | CODE |
| LOW | docs/surveyjs_definition.json | 3305 | "placeholder": { | CODE |
| LOW | docs/surveyjs_definition.json | 3392 | "placeholder": { | CODE |
| LOW | docs/surveyjs_definition.json | 4160 | "placeholder": { | CODE |
| LOW | …ckages/survey-core/tests/question_signaturepadtests.ts | 354 | const prop1 = Serializer.getProperty("signaturepad", "placeholder"); | CODE |
| LOW⚡ | packages/survey-core/tests/surveytests.ts | 4693 | col1["placeholder"] = "caption1"; | CODE |
| LOW⚡ | packages/survey-core/tests/surveytests.ts | 4697 | col1["placeholder"] = "de-caption1"; | CODE |
| LOW⚡ | packages/survey-core/tests/surveytests.ts | 4700 | expect(col1["placeholder"], "Use 'de' text, placeholder").toBe("de-caption1"); | CODE |
| LOW⚡ | packages/survey-core/tests/surveytests.ts | 4704 | expect(col1["placeholder"], "Use default text, placeholder").toBe("caption1"); | CODE |
| LOW | packages/survey-core/tests/question_customtests.ts | 2778 | inheritBaseProps: ["placeholder"], | CODE |
| LOW⚡ | packages/survey-core/tests/question_customtests.ts | 2801 | expect(propertyName, "send notification, propertyname").toBe("placeholder"); | CODE |
| LOW⚡ | packages/survey-core/tests/question_customtests.ts | 2809 | const prop = Serializer.getOriginalProperty(q1, "placeholder"); | CODE |
| LOW⚡ | packages/survey-core/tests/question_customtests.ts | 2810 | expect(prop.name, "prop.className is correct").toBe("placeholder"); | CODE |
| LOW | packages/survey-core/tests/surveyquestiontests.ts | 5358 | "placeholder": { | CODE |
| LOW | packages/survey-core/tests/surveyquestiontests.ts | 5394 | "placeholder": { | CODE |
| 80 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | functionalTests/helper.js | 499 | export function getDynamicPanelRemoveButton(questionTitle, buttonText) { | CODE |
| LOW | functionalTests/helper.js | 507 | export async function checkSurveyWithEmptyQuestion(t) { | CODE |
| LOW | functionalTests/components/popup.ts | 75 | // function addDropdownActionWithSubItems(_, opt) { | COMMENT |
| LOW | functionalTests/survey/changeRendering.js | 88 | function MySurveyQuestionRadiogroup() { | CODE |
| LOW | functionalTests/survey/changeRendering.js | 126 | function MySurveyQuestionCheckboxItem() { | CODE |
| LOW | tests/markup/helper.ts | 420 | function removeInputValueAttributeForSlider(str: string) { | CODE |
| LOW | utils/json_obfuscator.js | 138 | function renameQuestionInExpression(json, oldName, newName, postFixes) { | CODE |
| LOW | …stion-types-third-party-component-integration-react.md | 346 | function addBackgroundColorProperty() { | CODE |
| LOW | packages/survey-core/tests/dragdrophelpertests.ts | 276 | function createRankingQuestionModel(withDefaultValue = false) { | CODE |
| LOW | packages/survey-core/tests/question_ranking_tests.ts | 682 | function createRankingQuestionModel(selectToRankEnabled = false, withDefaultValue = false) { | CODE |
| LOW | packages/survey-core/tests/test-helpers.ts | 16 | export function createListContainerHtmlElement(): HTMLElement { | CODE |
| LOW | packages/survey-core/tests/question_baseselecttests.ts | 2999 | function testCheckboxQuestionWithSeveralCommentChoices(q1: QuestionCheckboxModel): void { | CODE |
| LOW | packages/survey-core/tests/surveytests.ts | 81 | function getContainerContentFunction(survey: SurveyModel) { | CODE |
| LOW | packages/survey-core/tests/surveytests.ts | 7077 | function isFirstLastChoiceSelected(params): boolean { | CODE |
| LOW | packages/survey-core/src/decorators.ts | 16 | function getLocalizablePropertyName(propertyName: string): string { | CODE |
| LOW | …kages/survey-core/src/question_matrixdropdowncolumn.ts | 60 | function onUpdateSelectBaseCellQuestion( | CODE |
| LOW | …kages/survey-core/src/question_matrixdropdowncolumn.ts | 79 | function onUpdateSelectDropdownCellQuestion(cellQuestion: QuestionSelectBase, column: MatrixDropdownColumn, | CODE |
| LOW | packages/survey-core/src/functionsfactory.ts | 619 | function dateFromFirstParameterOrToday(name: string, params: any[]) { | CODE |
| LOW | packages/survey-core/src/functionsfactory.ts | 651 | function getQuestionValueByContext(context: any, name: string): any { | CODE |
| LOW | packages/survey-core/src/functionsfactory.ts | 669 | function getDisplayValueReturnResult(q: any, params: any[]): string { | CODE |
| LOW | packages/survey-core/src/functionsfactory.ts | 725 | export function expressionSurveyCachedValue(name: string, value: any, isVariable?: boolean): void { | CODE |
| LOW | packages/survey-core/src/functionsfactory.ts | 728 | export function expressionObjectCachedValue(obj: any, name: string, value: any): void { | CODE |
| LOW | packages/survey-core/src/popup-utils.ts | 7 | export function createPopupModalViewModel(options: IDialogOptions, rootElement?: HTMLElement): PopupBaseViewModel { | CODE |
| LOW | packages/survey-core/src/question_text.ts | 896 | function propertyEditorMinMaxUpdate(obj: QuestionTextBase, propertyEditor: any): void { | CODE |
| LOW | packages/survey-core/src/jsonobject.ts | 6 | function getLocalizablePropertyName(propertyName: string): string { | CODE |
| LOW | packages/survey-core/src/utils/dom-utils.ts | 84 | export function activateLazyRenderingChecks(element: Element): void { | CODE |
| LOW | packages/survey-core/src/utils/dom-utils.ts | 142 | export function wrapUrlForBackgroundImage(url: string): string { | CODE |
| LOW⚡ | packages/survey-core/src/utils/animation-dom.ts | 40 | export function setPropertiesOnElementForAnimation(el: HTMLElement, styles: any, prefix: string = "--animation-"): void | CODE |
| LOW⚡ | packages/survey-core/src/utils/animation-dom.ts | 49 | export function prepareElementForVerticalAnimation(el: HTMLElement): void { | CODE |
| LOW⚡ | packages/survey-core/src/utils/animation-dom.ts | 53 | export function cleanHtmlElementAfterAnimation(el: HTMLElement): void { | CODE |
| LOW | packages/survey-core/src/utils/icons.ts | 156 | export function getCustomNewIconNameIfExists(iconName: string): string { | CODE |
| LOW | packages/survey-core/src/mask/mask_utils.ts | 26 | export function getAvailableMaskTypeChoices() { | CODE |
| LOW | packages/survey-core/src/mask/mask_pattern.ts | 94 | export function getUnmaskedValueByPattern(str: string, pattern: string | Array<IMaskLiteral>, matchWholeMask: boolean, s | CODE |
| LOW | …ckages/survey-core/src/expressions/expressionRunner.ts | 10 | export function setCreateExpressionExecutor(func: (expression: string) => IExpressionExecutorBase): void { | CODE |
| LOW | packages/survey-core/src/actions/dropdown-action.ts | 9 | export function createDropdownActionModel(actionOptions: IAction, dropdownOptions: IActionDropdownPopupOptions, locOwner | CODE |
| LOW | packages/survey-core/src/actions/dropdown-action.ts | 13 | export function createDropdownActionModelAdvanced(actionOptions: IAction, listOptions: IListModel, popupOptions?: IPopup | CODE |
| LOW | packages/survey-core/src/actions/dropdown-action.ts | 38 | export function createPopupModelWithListModel(listOptions: IListModel, popupOptions?: IPopupOptionsBase): PopupModel { | CODE |
| LOW | packages/survey-core/src/actions/dropdown-action.ts | 66 | export function getActionDropdownButtonTarget(container: HTMLElement): HTMLElement { | CODE |
| LOW | packages/survey-core/src/actions/action.ts | 166 | export function setCreatePopupModelWithListModel(fn: (listOptions: IListModel, popupOptions?: IPopupOptionsBase) => Popu | CODE |
| LOW | packages/survey-vue3-ui/src/index.ts | 157 | function registerComponentWithFunction( | CODE |
| LOW | e2e/helper.ts | 227 | export async function checkSurveyWithEmptyQuestion(page: Page) { | CODE |
| LOW | e2e/helper.ts | 272 | export async function visibleInViewportForShadowDom (page: Page, selector: string, nth: number = 0) { | CODE |
| LOW | e2e/survey/afterRenderEvent.spec.ts | 6 | async function checkResizeObserverExists(page: Page, modelName: string) { | CODE |
| LOW | e2e/questions/ranking.spec.ts | 427 | async function expectShortcutFollowsCursor(page: Page, targets: Array<{ x: number, y: number }>) { | CODE |
| LOW⚡ | visualRegressionTests/tests/defaultV2/popup.ts | 127 | // function addActionsWithModalPopupShortList(_, opt) { | COMMENT |
| LOW | visualRegressionTests/tests/defaultV2/popup.ts | 43 | // function addDropdownActionsWithSeparators(_, opt) { | COMMENT |
| LOW | visualRegressionTests/tests/defaultV2/popup.ts | 63 | // function addDropdownActionsWithIcons(_, opt) { | COMMENT |
| LOW | visualRegressionTests/tests/defaultV2/popup.ts | 81 | // function addActionsWithModalPopupLongList(_, opt) { | COMMENT |
| LOW | visualRegressionTests/tests/defaultV2/popup.ts | 103 | // function addActionsWithModalPopupWideList(_, opt) { | COMMENT |
| LOW | visualRegressionTests/tests/defaultV2/popup.ts | 149 | // function addDropdownActionWithSubItems(_, opt) { | COMMENT |
| LOW | visualRegressionTests/tests/defaultV2/popup.ts | 179 | // function addDropdownActionWithSubItemsAndSelectedItems(_, opt) { | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/survey-core/src/base.ts | 1187 | * The `registerPropertyChangedHandlers` and [`unregisterPropertyChangedHandlers`](#unregisterPropertyChangedHandlers) | COMMENT |
| MEDIUM | packages/survey-core/src/settings.ts | 127 | * An event that is raised before a request for choices is sent. Applies to questions with a specified [`choiceByUrl`] | COMMENT |
| MEDIUM | packages/survey-core/src/survey.ts | 1826 | * Respondents can leave comments when they select "Other" in choice-based questions, such as Dropdown or Checkboxes. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …mize-question-types-add-custom-properties-to-a-form.md | 159 | // Step 1: Create a `LocalizableString` instance | COMMENT |
| LOW | …mize-question-types-add-custom-properties-to-a-form.md | 165 | // Step 2: Add getters and setters | COMMENT |
| LOW | …mize-question-types-add-custom-properties-to-a-form.md | 190 | // Step 3: Deserialize `myLocalizableProperty` to `locMyLocalizableProperty` | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | e2e/helper.ts | 236 | export async function getData(page: Page) { | CODE |