Hello guys.
There is a problem with "Show invisible elements" checkbox on Test Survey tab. If we check it, then go back to survey designer tab and then go back to test survey tab - checkbox remains checked but invisible elements are not visible: https://monosnap.com/file/RpO2assH4Jn5bPDVXbVcfuFzCoenc8
Can you please make content on test survey tab pay attention to this checkbox when content shows immediately after tab change? Or at least reset this checkbox to unchecked when switching between tabs?
JSON from example:
{ "pages": [ { "name": "Page1", "elements": [ { "type": "text", "name": "question1" }, { "type": "text", "name": "question2", "visibleIf": "{question1} notempty" } ] } ], "showQuestionNumbers": "off", "clearInvisibleValues": "onHidden" }