react-datasheet icon indicating copy to clipboard operation
react-datasheet copied to clipboard

Multiple selection via shift-click for controlled selection

Open mikhuang opened this issue 4 years ago • 1 comments

Addresses https://github.com/nadbm/react-datasheet/pull/156/files#r307206217

Changes DataSheet onMouseDown while shift is held to account for when selection is controlled.

Add tests for shift-clicking for both controlled and uncontrolled selection.

mikhuang avatar Jun 02 '20 04:06 mikhuang

Hello! I'm curious to know if this does fix both errors described on my issue? https://github.com/nadbm/react-datasheet/issues/235 Thanks!

lveillard avatar Aug 01 '20 02:08 lveillard