On my webpage, there is a variety of elements such as inputs and anchors. I need to specify which input field the browser should move focus to when I press the tab key while on an input.
Currently, pressing tab from one specific input takes me to a menu item instead of the next input field. I am seeking a general solution as I am unsure where to begin.
The number and names of input fields on the page can change dynamically.
I am utilizing knockout in my project, in case that information is relevant.