Closed adewinter closed 5 years ago
Line 22 and 23 here fix the related issue.
A forms that contain input elements like:
<input id="title"> <input id="nodeName"> <input id="text">
etc will no longer cause 'circular reference' exceptions.
Included in this PR is a new test that checks for proper handling of these edge cases and some linting fixes.
Line 22 and 23 here fix the related issue.
A forms that contain input elements like:
etc will no longer cause 'circular reference' exceptions.
Included in this PR is a new test that checks for proper handling of these edge cases and some linting fixes.