You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2024. It is now read-only.
(WARNING: I am not a frontend engineer)
It would be nice to enable a new option such as "toggleSelecting".
I didn't see something like that in the Selectable API docs, https://api.jqueryui.com/selectable/#event-selecting
Basically, not having to worry about holding down CTRL key to do a multi-select, but instead enable this new option "toggleSelecting" so that it works as if the CTRL key was held down virtually for the user as the default (but not doing a real keybind to CTRL key, of course). Just handling it nicer as an extension option on the event-selecting somehow?