I want to ensure the following very primitive behavior for selectable:
- disable lasso selection completely, only toggle whatever touched (clicked on)
- do exactly what is done when Ctrl is pressed—e.g. deselect selected and select unselected item and free users from holding Ctrl key.
I am trying to build sort of a basket—when it opens up its content is displayed and some items are highlighted. Then user either selects more or deselect others, submits the form. That's all.
I fought with Selectable for quite some time and its a very smart piece of script, but I seem to be unable to achieve this basic requirements. When form is shown users need to hold the Ctrl key, otherwise already selected items get lost.