angular-dynamic-forms
angular-dynamic-forms copied to clipboard
Can we nest checklists inside a checklist?
This would be useful for checklists that need "sections" or is there a way to add a "section" to checklists.
Not currently. You might be able to simulate it by creating multiple controls with the same model (ngDynForms doesn't prevent you from doing that, by design). But nesting is not actually supported, yet.
I was actually able to modify the source a bit for my needs that allowed me to assign multiple checklists to the same parent (using arrays instead of an object for the template. I'll submit a PR and let you look it over and decide what you think.