Question T9587
Visible to All Users

Is it possible to keep the setting button in the quesiton always visible?

created 3 years ago (modified 3 years ago)

Is it possible to keep the setting button always there Clipboard-File-1.png
current only show when the screen is too small

Answers approved by surveyjs Support

created 3 years ago

Hello Lei,
Yes, it works in this way right now. We will need an option to make it works differently.
We will be back to you on this issue.

Thank you,
Andrew
SurveyJS Team

    Comments (1)

      Hello,

      To solve your issue you can use the onElementAllowOperations event

      JavaScript
      creator.onElementAllowOperations.add((sender, options) => { options.allowEdit = true; });

      Olga,
      SurveyJS Team