surveyjs / survey-creator

Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching.
https://surveyjs.io/open-source
Other
900 stars 372 forks source link

Creator Survey.settings.allowShowEmptyTitleInDesignMode = false; doesn't work #1635

Open aldwnesx opened 3 years ago

aldwnesx commented 3 years ago

I am trying to hide the Input survey title here, as shown in https://surveyjs.io/Examples/Survey-Creator?id=titleadorner&theme=default#content-js

However none of the code works, in designer (drag and drop view) it still shows. There is no error message as well

tsv2013 commented 3 years ago

Here is the working plunker sample - https://plnkr.co/edit/VLfu3QdCtq6uhwi9 Does it fit your needs?

aldwnesx commented 2 years ago

Here is the working plunker sample - https://plnkr.co/edit/VLfu3QdCtq6uhwi9 Does it fit your needs?

Thanks for your reply.

For some reason it never ever works, even if I copy paste your code

image

andrewtelnov commented 2 years ago

@aldwnesx If you provide us an example in plunker or Code Sandbox or fiddle that doesn't work we can take a look. RIght now, we can't reproduce the issue, since it works in our examples.

Thank you, Andrew