Closed markabrahams closed 6 months ago
This PR fixes #24 by ensuring a form's _children array is rebuilt every time the form focus element is moved, to correctly handle structural changes of form input elements.
_children
Thanks heaps for merging this @kenan238! Any chance you could publish a new npm version with the current master?
This PR fixes #24 by ensuring a form's
_children
array is rebuilt every time the form focus element is moved, to correctly handle structural changes of form input elements.