Multiple use of selectbox
Closed this issue · 2 comments
Sirpunpirate commented
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?
JSmith01 commented
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.
Sirpunpirate commented
Nice, thanks man.