Skip to content

Commit

Permalink
Link Demo for defaultValueExpression (#7428)
Browse files Browse the repository at this point in the history
* Link Demo for defaultValueExpression

* Move a link to the bottom
  • Loading branch information
JaneSjs committed Nov 28, 2023
1 parent 268e3f8 commit ac593b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/question.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1665,6 +1665,8 @@ export class Question extends SurveyElement<Question>
* - `{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
*/
Expand Down

0 comments on commit ac593b5

Please sign in to comment.