Cyara-Andrew-Watson

Results 4 issues of Cyara-Andrew-Watson

With drag-select, the selection and drag functionality is really simple. But, as far as I can see, when the user releases an item, there is no built-in way to return...

awaiting feedback

At the moment, it would appear that the only way to specify drop-zones for drag-select, is to register them through the settings - either at startup, or using the setSettings...

feature request

**Describe the bug** I have a long list of draggable items, which also serve as the drop targets, in order to be able to use dragselect to sort them. As...

awaiting feedback

At the moment when I look at the d.ts file for Dragselect, the Drag property is private: ``` declare class DragSelect { // snip private Drag; // etc } ```...