daybrush / selecto

Selecto.js is a component that allows you to select elements in the drag area using the mouse or touch.

Home Page:https://daybrush.com/selecto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to implement Ctrl+Shift held selection?

lalitpal16 opened this issue · comments

Environments

  • Framework name: React
  • Framework version: 18.2.0
  • Component name: Selecto
  • Component version: 1.26.3
  • Testable Address(optional):

Description

How can I perform 'CTRL+SHIFT' selection in Selecto? Suppose I have five elements for selection and when I select the first and fourth elements then all the elements in between(second and third) gets automatically selected.