I have an application with Routing, and on one page the Survey Creator v2 is embedded. However, after leaving the page with the survey creator and removing the creator element from the DOM, lots of other elements from the Survey Creator remain in the DOM:
The issue with that is, if a user navigates to the page with the Survey Creator, then opens a dropdown inside the Survey Creator (e.g. Language select) and afterwards navigates to another page, the dropdown remains opened, until performing an outside click.
I would like to have a function to dispose/destroy the Survey Creator and removing all related elements from the DOM, which would probably fix the issue I'm having. Unfortunately, I didn't find such a function in the documentation. Did I miss something?