Text input configuration on Mobile: Keyboard Shows "Next" Instead of "Enter"

Hello everyone,

I'm developing a web application that uses multiple text input fields. When a user submits their input, a script is executed and, at the end, I call the .focus() method to direct the focus to a specific field based on the entered value. While this works perfectly on desktop, on mobile devices the focus unexpectedly jumps to a dropdown or another input field. Additionally, I noticed that the mobile keyboard shows "next" instead of "enter/go" for the action button.

Any insights or suggestions on how to fix this behavior would be greatly appreciated. I apologize for any confusionβ€”I'm still learning the ropes.

Thanks!

Hi @agustinsaezm,

Any chance you can share an app export? I'd love to investigate this further & make sure there isn't a bug, but I haven't been able to reproduce this bug on my side

Hello Tess! I was able to find a workaround. When the field was on focus, I disabled the active dropdown selectors... doing that the behaviour of the keyboard was "enter" instead of "next"... I think this issue happens when there is another selectable input in the same screen. If you want I'll be happy to export and share my app

1 Like