I am having some issues with setting the correct tab index to include buttons in between fields. In the image below you can see how I have setup my page, the numbers indicate the tab indexes: So I would like to start in position one (this works) then when I press tab go to number 2 (works aswell) and then when I tab i want to go to the Search button (this does not work, it skips to number 4). After number 4 it goes to number 5, and then after that it goes to number 3.
Is there any setting/class/index I need to set extra to include the button in this rotation?
Edit: It seems to ignore tab index completely, when adding a box next to fullname, below search with index = 6 the tab order becomes: 1,2,4,6,6,3. It just seems to go left to right, skipping buttons, after all fields have been tabbed through go to the next button.