frameable / el

Minimal JavaScript application framework / WebComponents base class
MIT License
249 stars 10 forks source link

Issues with keys in loops #3

Closed alastairzotos closed 1 year ago

alastairzotos commented 1 year ago

This is a cool project. I've just tried the todo list example and I've found that when adding a couple of items, randomly selecting some as "done" and then clicking "hide completed", the resulting list is incorrect, and the checkboxes aren't correctly checked too.

image image
dchester commented 1 year ago

Thanks -- looks like the resulting list is correct, but the checkbox checked property was out of sync. Looking better now with version 0.7.3