Question T5637
Visible to All Users

"Saving" status remains displayed after save is complete

created 4 years ago

I am hosting the creator code. I have isAutoSave set to true and showState is also set to true. The save completes and all data is saved and no errors occur. The label "Saving" with the progress ring is still displayed.

Answers approved by surveyjs Support

created 4 years ago

Hello,

Have you set the save handler:

JavaScript
creator.saveSurveyFunc = function(saveNo, callback) { alert("ok"); callback(saveNo, true); };

Thanks, Serge
SurveyJS Team