kenan238 / reblessed

A high-level terminal interface library for node.js.
MIT License
87 stars 10 forks source link

Fix focus cycling on form input element changes #25

Closed markabrahams closed 6 months ago

markabrahams commented 9 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.

markabrahams commented 6 months ago

Thanks heaps for merging this @kenan238! Any chance you could publish a new npm version with the current master?