-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
multiDragKey
option does not work
#1833
Comments
Well, I've managed find a work-around for this. Looking at the src I (kinda) figured out what sort of value the
So it tried using But, the original issue still stands. Attempting to use Also, the docs should be updated to fully explain, and provide examples, of the value(s) that the |
The issue is that you need to use
Yeah, the docs are slightly misleading, since |
@OkanEsen Thanks for the info. The docs aren't "slightly misleading", they're downright wrong. I'd be happy to put in a PR with a fix, but I don't know what values are accepted. I only got lucky with the |
The option is checked against Maybe that’s enough to point everyone to the right direction. |
Not sure it's worth open another issue, but I'd come up with the same title "multiDragKey does not work" among the same named group. Multi-select another item from another list will not deselect the current ones. |
Just came across the most infuriating 'bug' where I couldn't get the control key to work with this, fighting with it for hours. Just thought I'd mention it here in case anyone comes across a similar bug - try disabling your Chrome extensions! |
This is being worked on over here with a pull request here. |
Describe the bug
I'm using the following configuration for my Sortable instance:
This prevents multiple items from being selected with a single-click, but it does not allow for multiple items to be selected when holding down the
CTRL
key and clicking on an unselected item.Interestingly,
SHIFT
+ click performs a range select as expected (but not advertised).To Reproduce
See above.
Expected behavior
It should allow me to "cherry-pick" items in the list by holding down the CNTL key and clicking on an item.
Information
sortablejs = 1.10.2
Safari = 13.1
Chrome = 81.0
Vue.js = 2.6
Thanks in advance for any help.
The text was updated successfully, but these errors were encountered: