Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Databinding issue #4

Open
prowseed opened this issue Sep 23, 2016 · 0 comments
Open

Databinding issue #4

prowseed opened this issue Sep 23, 2016 · 0 comments

Comments

@prowseed
Copy link

Hello,
I have an array of items that I populate dynamically this.imgs = ko.observableArray([]); or manually by the user.

Each element have an ability to be deleted/removed from list, simple self.imgs.remove(el); works as long as dragging event occurs, then last deleted item again appear in DOM and Sorting ability for whole list is somehow broken. Seems like there is some caching/databind issue, not sure though.

Thank you.

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

No branches or pull requests

1 participant