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

Hi, thank you for developing the cool package. This PR adds two methods: `selectItemsByPredicate` and `deselectItemsByPredicate` to control selection from js interface (not by user manipulation). This may be useful...

Is it possible to allow select components in selectable group only when user e.g. press and hold Shift key? In other cases it should not be selecting.

Added a maxItems property. If it is > 0, allow only to select as many items as given.

Could you help me? After selection, I don't want to click the middle part to cause the selection to be disconnected. Is there any way to provide this?

Could you help me? After selection, I don't want to click the middle part to cause the selection to be disconnected. Is there any way to provide this?

Hi, I tried to make react selectable fast serveral time but everytome its throw a error `./src/List.js Module not found: Can't resolve './SomeComponent' in 'C:\Users\mccyb\Desktop\reactppa\my-app\src'` so if anyone give a...

This PR makes the Selectbox invisible by setting its `display` property to `none`, iff both width and height of the box is zero. This avoids rendering a strange dot at...

Hi, I love your package. I wanted my selectables to be draggable without having to disable the SelectableGroup (to get selectable and draggable behaviour like the files/folders in an OS...