There’s obviously a thousand posts on this issue: pressing tab doesn’t seem to focus input in the correct order.
Most posts suggest playing around with groups etc. But I don’t see how that would even be possible here as I’m using the (most excellent) new responsive layouts.
Each form label-input set is a row group contained in its own group and all the various inputs are contained in a column container. The alignment of label-input is the same for all inputs: centered.
So really except for moving them up and down using the layout setting previous or next is all there is to it in terms of “playing around” here.
Try making sure everything is grouped correctly. I tried to recreate the issue and it only incorrectly ‘tabbed’ to the next input when one was outside of the main group or outside of its intended group.
You might have to play around with it cause I’m pretty sure grouping the inputs together is the only way, or maybe don’t group each label and input together and just have them all inside a group?
Hi, Sorry, but unless I’m mistaken, It doesn’t look possible to achieve a label-input pair stacked vertically without placing each pair inside a row group. Without such group the inputs would just keep filling space horizontally and go to the next line when all space is consumed.