How can I turn off keyboard features in react-beautiful-dnd?

122 Views Asked by At

I'm using react-beautiful-dnd and I want to turn off the keyboard features. If such a thing is not possible, I want to assign it to different keys. I found closed topics about this but no code examples. How can I turn off keyboard features?

1

There are 1 best solutions below

1
emir alp aksungur On

enter image description here

enter image description here

In cases where I needed to use the keyboard, I removed the drag feature in this way and it worked for me.

https://github.com/atlassian/react-beautiful-dnd/blob/master/docs/api/draggable.md#interactive-child-elements-within-a-draggable-

A link that might be useful