simsalabim/sisyphus

Sisyphus + Dynamic fields

Closed this issue · 1 comments

On load, my page clones a div tag and creates 20 rows of divs. These divs contain input fields that have no value.

After these divs are created, sisyphus is called to restore/save data.

If I fill out some information in the first div, and it autosaves -
when I refresh the page, all of the 20 rows of divs contain the same exact information.

This shouldn't happen because sisyphus is not being called until after the div creation.

Please advise.

Please disregard.

All the field names have the same id. LocalStorage was only saving one instance because they all have the same identifier. This is not a bug/issue.

Sorry for the entry.