You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Expression Field doesn't display an expression evaluation result when the form or page read-only mode is enabled within a survey JSON definition
#9250
Open
JaneSjs opened this issue
Jan 2, 2025
· 0 comments
JaneSjs
changed the title
An Expression Field doesn't display an expression evaluation result when the "mode": "display" option is specified within a survey JSON definition
An Expression Field doesn't display an expression evaluation result when the form or page read-only mode is enabled within a survey JSON definition
Jan 2, 2025
T21284 - Expression question's value is not visible if the form is in view mode (read-only state)
https://surveyjs.answerdesk.io/internal/ticket/details/T21284
Consider the following demo: View Plunker.
When
"mode": "display"
is enabled within the survey JSON definition, an expression field is empty:However, if you enable the read-only mode using the
SurveyModel
object instance, the expression displays the result:This issue also occurs when a page's
readOnly
option is enabled within the survey JSON definition.The text was updated successfully, but these errors were encountered: