From ac593b5a8a74a5c598f26b61b87844a5669817d7 Mon Sep 17 00:00:00 2001 From: Jane Date: Tue, 28 Nov 2023 10:51:09 +0300 Subject: [PATCH] Link Demo for defaultValueExpression (#7428) * Link Demo for defaultValueExpression * Move a link to the bottom --- src/question.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/question.ts b/src/question.ts index 3228d9c61a..01e9892520 100644 --- a/src/question.ts +++ b/src/question.ts @@ -1665,6 +1665,8 @@ export class Question extends SurveyElement * - `{row.other_question_name}` (to access questions inside the same dynamic matrix or multi-column dropdown) * * An expression can also include built-in and custom functions for advanced calculations. For example, if the `defaultValue` should be today's date, set the `defaultValueExpression` to `"today()"`, and the corresponding built-in function will be executed each time the survey is loaded. Refer to the following help topic for more information: [Built-In Functions](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#built-in-functions). + * + * [View Demo](https://surveyjs.io/form-library/examples/specify-default-question-value-dynamically (linkStyle) * @see defaultValue * @see setValueExpression */