-
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
Inverse Selection in Responsive Mode #68
Comments
@skh- were you able to fix this? I am experiencing the same thing on mobile (touch) devices occasionally? |
sorry, no. i ended up building something custom for my specific requirements. |
@bpmct Hi Ben, So are you able to resolve this with some tricks? |
Unfortinately, no. I ended up going with react-table-select.
…On Tue, Jul 28, 2020 at 6:55 AM shaaandi ***@***.***> wrote:
@bpmct <https://github.com/bpmct> Hi Ben, So are you able to resolve this
with some tricks?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFK6WEMX5AJNJ5PVXBDBQP3R53KDPANCNFSM4KLPBWPA>
.
|
Found a Workarround: mapping TouchEvents to MouseEvents and it works.
|
Hi all! I investigated this a bit, seems like these lines in
This in turn causes the
Since |
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 setting or something else I'm unaware of, but it seems like strange behaviour.
https://i.gyazo.com/c78f555aa8dee2b26e0c1e2125f3fa4d
The text was updated successfully, but these errors were encountered: