- Issue created by @mxh
Action "Form: add Ajax handler" creates one nesting div element per Ajax trigger.
Now everytime the Ajax is triggered, the DOM creates another nested div element as a wrapper around the form (see attached screenshot).
The Ajax replacement method should probably be switched to replace instead of insert/html so that we don't get into possibly infinite nesting.
Active
2.1
Code