Back to Paperless Ngx

Drag Drop Select.Component

src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html

2.20.15197 B
Original Source

{{title}}: @for (item of selectedItems; track item.id) { {{item.name}} } @if (selectedItems.length === 0) { {{emptyText}} }

@for (item of unselectedItems; track item.id) { {{item.name}} }