Input focus on "Next" button press

Hello,

I need to configure the “TabIndex” of my inputs, as i try to explain in the following image, when i’m with the focus on the field “Nome”, when i press the ‘next’ button, instead of going on “genero” or “data de nascimento”, the focus jumps right to “RG” field.

here is the code of the form:

The same repeat in other fields, anyone know a way to fix that?

This is unfortunately not easily possible with Ionic. You could attempt to capture the enter key press and move the focus manually. It requires a bit of manual work though, not to mention that it won’t open dropdowns just by setting focus. We ran into this on our last app and had to just go without the feature. You could workaround it though with some extra manual labor.

Ohh, this is bad, thanks for the answer