Skip to content

Commit

Permalink
Hide the Default Value Expression, Set Value If, Reset Value If, Set …
Browse files Browse the repository at this point in the history
…Value Expression settings for HTML and Expression fields fix #6176 (#9138)
  • Loading branch information
andrewtelnov authored Dec 5, 2024
1 parent 601f585 commit 564765d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/survey-core/src/question_expression.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,9 @@ Serializer.addClass(
{ name: "isRequired", visible: false },
{ name: "readOnly", visible: false },
{ name: "requiredErrorText", visible: false },
{ name: "resetValueIf", visible: false },
{ name: "setValueIf", visible: false },
{ name: "setValueExpression", visible: false },
{ name: "defaultValueExpression", visible: false },
{ name: "defaultValue", visible: false },
{ name: "correctAnswer", visible: false },
Expand Down

0 comments on commit 564765d

Please sign in to comment.