I'm having form where I would like to be able to navigate through by using the arrow keys instead of tab. Since there is already something which controls how the input should react when tab is pressed I would like to reuse this "default key event handler". However, I don't know how and I struggle to find something online.
I'm looking for something like this:
<input type="text" @keydown.left.prevent="keydown.tab" />