Skip to content

Databinding issue #4

Open
Open
@prowseed

Description

@prowseed

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions