You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @JaneSjs,
I am using "Confirm panel deletion" for paneldynamic elements in surveyjs.
My codebase includes framework7 too for UI elements. Now when Confirm panel deletion pop up opens and if i click either of cancel or ok button then pop up will get closed but after that when i hit close or complete button (which are part of my app and not survey js) my app gets crashed for unknown reasons.
The error that i am seeing in my console is as follows
Above error is pointing to Survey-js-component's function (which is called when Complete button is hit) which is as follows
The function which gets called when i click close button ( part of my app and not survey js) is as follows
can you please look into it?
The text was updated successfully, but these errors were encountered:
Hi @kelvinvaghasiya2002,
Based on the information you shared, the exception is not thrown from the SurveyJS library. If you require further assistance, please feel free to share a reproducible demo for research.
Hi @JaneSjs,
I am using "Confirm panel deletion" for paneldynamic elements in surveyjs.
My codebase includes framework7 too for UI elements. Now when Confirm panel deletion pop up opens and if i click either of cancel or ok button then pop up will get closed but after that when i hit close or complete button (which are part of my app and not survey js) my app gets crashed for unknown reasons.
The error that i am seeing in my console is as follows
Above error is pointing to Survey-js-component's function (which is called when Complete button is hit) which is as follows
The function which gets called when i click close button ( part of my app and not survey js) is as follows
can you please look into it?
The text was updated successfully, but these errors were encountered: