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

Print form backup displays a hot mess #268

Open chrisekelley opened 3 years ago

chrisekelley commented 3 years ago

We will disable this option until it works as expected. It should display all sections/items on a single page.

Here is what it currently looks like:

image

Error message:

TypeError: Cannot read property 'setAttribute' of null
    at PrintFormBackupComponent.<anonymous> (print-form-backup.component.ts:32)

and

tangy-form-reducer.js:46 Uncaught TypeError: Cannot read property 'firstOpenTime' of undefined
    at tangyFormReducer (tangy-form-reducer.js:46)