daybrush / selecto

Selecto.js is a component that allows you to select elements in the drag area using the mouse or touch.
https://daybrush.com/selecto
MIT License
2.04k stars 82 forks source link

How to add multiple buttons inside :toggleContinueSelect= '"meta"' . I want to use Meta and Ctrl #102

Open dhiman11 opened 1 year ago

dhiman11 commented 1 year ago

How to add multiple buttons inside :toggleContinueSelect= '"meta"' . I want to use "Meta" and "Ctrl" button

daybrush commented 1 year ago

@dhiman11 Try this method

[["meta", "ctrl"]]
:toggleContinueSelect="[["meta", "ctrl"]]"