clauderic / react-sortable-hoc

A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️
https://clauderic.github.io/react-sortable-hoc/
MIT License
10.81k stars 979 forks source link

Any way to close keyboard sorting? #728

Open Otocolobus-manul opened 4 years ago

Otocolobus-manul commented 4 years ago

I'm trying to make a list with input elements draggable, and the Container listening keyboard event just makes it work improperly. Could you please give us an option to turn off keyboard sorting?

jink-e commented 3 years ago

when I wrap the <input /> within <SortableElement>, the input event will be break.