Change Tab behaviour in listview

Hey, first of all, I am a big fan! I have created a "dynamic" form using a listview, where I can dynamically add form elements. For the most part, it works really well. However, there is a slight problem, that the tab behaviour is very counterintuitive. Say we have 2 rows and in each row two select elements. When I am in row 1 in select 1 and I hit tab I get to row 2 select 2. For us, it would be much better if it would switch to select 2 in row 1. I think it is also much more intuitive, especially if you have more than two rows, you start jumping all over the place with the current tab behaviour. Can I somehow change that behaviour? I tried with custom shortcuts but no luck so far.

1 Like

Hey, so i solved it by wrapping all my form elements in a container.

1 Like

Nice! You can also use .selectTab() for more granular control.

Hey, so sadly there is a bug such that I cant access values of a container inside a listview, which i need for the post request of the form. Can you give me an example how I can use selectTab in this scenario?