Closed
Description
With this configuration, it's possible to add nested dynamic panels: View Demo.
const creatorOptions = {
forbiddenNestedElements: {
panel: ["panel"],
paneldynamic: ["panel", "paneldynamic"],
},
};
const creator = new SurveyCreator(creatorOptions);
It's possible to add a nested dynamic panel via the Add Question menu: