JakeSidSmith / react-reorder

Drag & drop, touch enabled, reorderable / sortable list, React component
https://jakesidsmith.github.io/react-reorder/
MIT License
218 stars 58 forks source link

Feat/add onDragStart prop #85

Open eitanfr opened 7 years ago

eitanfr commented 7 years ago

add onDragStart callback to the element props.

JakeSidSmith commented 7 years ago

Are you sure this doesn't cause invalid prop warnings?

eitanfr commented 7 years ago

all props are valid :)

JakeSidSmith commented 7 years ago

I'll try to give this a test a bit later on, and if it's okay I'll merge it.

Could you bump the version in the package.json to 2.3.0.

VMBindraban commented 5 years ago

Any process on this?