vue-drag-select
vue-drag-select copied to clipboard
A Vue component for drag selecting elements. Inspired by react-drag-select.
I would appreciate something like 'selectionEnd' event to handle change after the user completed his selection, instead of during the selection. I believe this should behave like onMouseUp but fire...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.2.1 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
Not work properly with 'simplebar' the drag area is not holded when scroll. drag area work like 'fixed'. so it select new item without old item. simplebar : https://github.com/Grsmto/simplebar for...
As suggested in #6, I removed selectorClass and replaced it with an array of items (or a function returning such an array).
If `selectorClass` accepts function as value, it could be used for more expressive checks, e.g. ```vue ``` But with this name `selectorClass` is not descriptive enough. Maybe rename it to...