Hello,
I'm having problems with tab order of the input elements.
I have a screen with 2 input texts, 1 component (with 1 combobox and 2 dropdowns) and 1 button.
I want the tab order to be, first the 2 input text, then the component, and then the button, but no matter what I do, the component is always in the last place (first the 2 input text, then the button and then the component).
I have tried using containers, reordering the position of the elements and changing the tab index property, but non of them worked.
Thank you!