Closed rahulserver closed 8 years ago
OK I found out that simply dragging an item and dropping to the other list does not update the confirmed array. We need to press the add button. I think this is confusing. If simply dragging the item from source to destination array does not update the confirmed list then it should not be allowed or the confirmed list should contain the items.
Thanks! There was an issue with drag-and-drop and not updating the confirmed array.
I have made a change to the demo and dual-list.component.ts to trueUp after a drag-and-drop.
@czeckd thanks for the extremely quick fix! Really the change works as expected.
I also issued a new pull request for another issue. Kindly review that.
I am enjoying your plugin so thank you very much! :)
after selecting each options, How can we pass individual value? Can you exxplain please
I tried this plugin. The only issue which I see is that when we move the items from source to destination list, the
confirmed
array(in demo-app.component.ts) is always empty.Here is my revised demo-app.component.ts to test this:
So am I doing it wrong somewhere? Or what is the way to get the selected elements in confirmed array?