You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x ] I have searched through the ng2-dragula issues for related problems, including closed issues.
[x ] I have browsed through the issues labeled "future reference" for problems that have been solved before or have a known workaround.
[ x] I am using the latest version of ng2-dragula.
Describe the bug (required)
I have created a search filter pipe that filters the list of items in the container. Once I filter and drag and drop the item, looks like the actualy index of the item doesn't change. For e.g. if the list contains ['foo','bar'] and I filter for 'bar' and drag and drop, I get 'foo'. So it seems the index of the current item (e.g. 0) is still reference to the unfiltered list ['foo','bar'].
REQUIRED: Before filing a bug report
Change each
[ ]
to[x]
when you have done it.ng2-dragula
issues for related problems, including closed issues.ng2-dragula
.Describe the bug (required)
I have created a search filter pipe that filters the list of items in the container. Once I filter and drag and drop the item, looks like the actualy index of the item doesn't change. For e.g. if the list contains ['foo','bar'] and I filter for 'bar' and drag and drop, I get 'foo'. So it seems the index of the current item (e.g. 0) is still reference to the unfiltered list ['foo','bar'].
To Reproduce (required)
Steps to reproduce the behavior:
Screenshots (optional)
If applicable, add screenshots to help explain your problem.
Versions (required)
Please state which versions of the following packages you have installed:
"ng2-dragula": "^2.1.1"
The text was updated successfully, but these errors were encountered: