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

Useful to have a visual indicator that the item is clicked, without having to move the mouse. I added a selectingWithoutMouseMove prop so that the default behavior does not change.

Currently the touch events are not working correctly. Try to singleselect multiple fields, you'll see some strange behavior: https://codesandbox.io/s/admiring-dubinsky-6gdmm I had some issues with the attribute allowClickWithoutSelected as well. In...

My use-case is a bit different than your example. I’m rendering pseudo UI, e.g. a button that is comprised of a rectangle and text on top of it. Using this...

How can I go about allowing normal page scrolling on a mobile touch device? Currently, it will just try to select things in the SelectableGroup since it is full-width?

My scrollContainer contains different elements included a table where I need to do a selection. When I try to make a selection selected area is shifted (horizontally and vertically at...

Great work guys for this awesome piece of code😍 I have a list of items am rendering using react-selectable-fast, i would like to filter the list using an input box....

Trying to set my own state with the selected values inisde the handleSelectionFinish will update my state but it will also clear the current selection. `setValues({ ...values, day_parting_values: payload });`...

I've been trying to understand documentation for over an hour now. It would be great if you'd have an actual working example of your stuff. I'm stuck at passing some...

Hi guys, At first thank you for your open-source component i am using now. Then, I am using with my css class as below >.selectable-selectbox{ z-index: 9000; position: absolute; cursor:...

Thanks for this nice library! react-selectable-fast seems to select the inverse items when in responsive design mode in chrome. I am not sure if this is an effect of a...