-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merging in the disable-select-start PR #87
Comments
Have just switched over from react-selectable due to some of the performance issues and have this exact use case as well. Would be great to see this worked in |
For what it's worth @Jwrighty, I sort of have a work around for this. In a parent component that contains Parent State I pass down Selectable Child The problem with this is that I also had to add an onClick event to this div to basically fake a selection on click, since it's disabling the ability to select. |
Thanks @edsztukowski this works perfectly, am already managing click selection state separately. Appreciate you looping back in on this |
Would you be willing to take a look at this PR soon? This library is really amazing, but this is the only thing causing issues for me at the moment. I'm integrating this with ReactDnD and need to be able to drag elements in addition to them being set as "selected" without the marquee.
Originally posted by @floifyed in #81 (comment)
The text was updated successfully, but these errors were encountered: