react-selectable-fast icon indicating copy to clipboard operation
react-selectable-fast copied to clipboard

Enable React components to be selectable via mouse/touch.

Results 37 react-selectable-fast issues
Sort by recently updated
recently updated
newest added

When selectable component has rotation set with CSS transform then `doObjectsCollide` function doesn't work well. `getBoundsForNode` should also collect rotation information which will be used inside `doObjectsCollide` function. Currently we...

Hi, @valerybugakov I tried to prevent bubbling of child elements in the program. ```javascript import React from 'react' import { createSelectable } from '../src' import Label from './Label' // No...

In short, when dragging the selection box toward the upper left, react-selectable-fast interferes with mouse events on selectable items (or any items under the mouse for that matter). As far...

So I have a bootstrap list group that collapses on click. Unless I'm misusing it, setting allowClickWithoutSelected to false is supposed only set the list in selection mode when you...

Updated item position on click on each Item after scrolling the container