Selectable icon indicating copy to clipboard operation
Selectable copied to clipboard

Touch enabled selectable plugin inspired by the jQuery UI widget.

Results 22 Selectable issues
Sort by recently updated
recently updated
newest added

Hi, first of all great work! Let's assume I have a calendar which displays each month side-by-side. I have the following config to enable selectable: ``` const selectable = new...

Hello, my basic setup is like this but its a bit slow on mobile. It's hard to deselect and the scrolling is way too slow. const selectable = new Selectable({...

Hello, my code looks as follows and even though I am able to select the items properly, I am trying to create an array of the IDs of the items...

enhancement

Is there an easy way to require the Shift-Key to be down prior to dragging?

In order to improve the package I'd like to know how you are using Selectable as well as what you would like to see implemented or improved. Comments below.

feedback

Is it possible to adjust lasso position when set css transform zoom to parent div of objects ? Now selected items are ok, but lasso was draw on wrong position

I want to compare selectable and drag-drop multiple items. How can I make it with react-dnd?

Hi, When maxSelectable is used and you select the maximum amount of items, you can no longer deselect single items by using control+click. Thanks in advance.

Would it be possible to get a more natural behavior of lasso when toggle is on, specifically, toggle all the states of elements that are lasso'ed. currently lasso only selects...

enhancement

I've got a single item selected and need to register an event listener. Can you allow the click event to pass through?

enhancement