Closed
Description
Is your feature request related to a problem? Please describe.
I am optimizing my app for usage with keyboard and what I found when tabbing through all elements is that the drag handle catches focus. It is because the drag handle has a tabindex="0"
Describe the solution you'd like
I would like an input to be able to set tabindex="-1"
, to prevent it from being focused when tabbing.