A lightweight, fast, configurable and reactive drag-to-select component for Angular 10 and beyond
293
stars
65
forks
source link
Second drag selection when ctrl key is pressed, keeping the First selection #159
Closed
MuriloFranceschetto closed 2 years ago
I wish there was a feature so that:
when pressed CTRL key, be able to select more items with drag event and add them to the list [selectedItems] and the event (select)
This works today with the click event.
below I will send an example with the click event working and the drag event not.