All cdkDrag items in a CdkDrop element are assumed to be members of a reorderable list #13340
Labels
area: cdk/drag-drop
feature
This issue represents a new feature or feature request rather than a bug or bug fix
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Currently all
cdkDrag
items in aCdkDrop
element are treated as reorderable items in a list. While the underlying data structure is still left to the developer, theCdkDragDrop
system updates the UI temporarily with changes to the "list order" even if the items are not supposed to be treated as a list.Instead, we should have two directives for
CdkDrop
areas,cdkDropZone
andcdkDropList
. The former, does not do any automatic UI changes during the drag action and the latter does the current action of reordering items in the list.The text was updated successfully, but these errors were encountered: