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!