Hello everyone,
I’m building up a verification step on the registration process of my mobile app and I’d like to automatically set the focus on the next input whenever the previous one was filled. What’s the best way to do it?
I’ve tried using a workflow step “when input char1 value is changed → set focus on input char2” but it’s not working… The focus is going to the next input only when I touch outside the active input plus the mobile keyboard does not shows up, I need to manually touch on the next input for that happen.
Here’s a picture as reference just so you guys know what I’m talking about.
Thank you!