Question T2198
Visible to All Users

Replace select box will static title

created 6 years ago

Hi ,

I want remove select box and replace it with static title like "Dropdown" or "Radio"etc

Regards,
Babin

Answers approved by surveyjs Support

created 6 years ago

Hello,
Please read the following documentation topic. You will have to write the following code:

JavaScript
surveyCreator.onElementAllowOperations.add(function (sender, options) { //disable changing type options.allowChangeType = false; });

Thank you,
Andrew