JSmith01/vue-selectable

Multiple use of selectbox

Closed this issue · 2 comments

Hey Smith, is there a way to use the selectable more than once? I mean I want to select a group, then by pressing ctrl/cmd I want to select another group?

You can add additional logic on top of directive using selectedSetter (it can check on existing state). If you mean adding to selection, it supports this right out of the box.

Nice, thanks man.