Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Order of objects in arrays (rendered via <ul>) is not maintained. #5

Closed
Blechhirn opened this issue Nov 23, 2015 · 4 comments
Closed

Comments

@Blechhirn
Copy link

Just tried mutating a bound array item. The change is reflected, but the order of items in the rendered result does not match the one in the array anymore.

Here is a codepen that demonstrates the issue: http://codepen.io/anon/pen/XmwJBd

Is that the expected behavior or do I use the API in the wrong way?

@gr0uch
Copy link
Owner

gr0uch commented Nov 23, 2015

whoops, definitely a bug.

@gr0uch
Copy link
Owner

gr0uch commented Nov 23, 2015

This commit should fix it: fe62be3 can you confirm?

@gr0uch
Copy link
Owner

gr0uch commented Nov 23, 2015

I just checked your example again, and the latest release seems to have fixed it.

@gr0uch gr0uch closed this as completed Nov 23, 2015
@Blechhirn
Copy link
Author

Very nice! Fixed indeed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants