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.
"Saving" status remains displayed after save is complete
Answers approved by surveyjs Support
Hello,
Have you set the save handler:
JavaScriptcreator.saveSurveyFunc = function(saveNo, callback) {
alert("ok");
callback(saveNo, true);
};
Thanks, Serge
SurveyJS Team