Tangerine-Community / tangy-form

<tangy-form> is a web component for creating multipage forms. Other <tangy-*> input elements are included as well.
GNU General Public License v3.0
15 stars 3 forks source link

Fix "open all" when skipped items #204

Closed rjcorwin closed 3 years ago

rjcorwin commented 3 years ago

If there is a skipped tangy-form-item, "open all" only works up until that skipped item leaving any proceeding items unopened.

The arrow on the right points to an error generated by trying to click the open button on a skipped tangy-form-item. Skipped tangy-form-item's do not have open buttons. The arrow on the left points to the tangy-form-item that was not skipped but does not open because the code crashed before it could be opened.

Screen Shot 2021-02-22 at 7 08 36 AM