Forum Discussion
ilkercandan-498
12 months agoCommunity Member
Move the cursor to next textEntry automaticly
How Can I do?
move the cursor to next textEntry after entrance completed.
The user will enter a single character, regardless of whether it is true or false, the cursor will move to the next text box. The user will not have to click for other input.
Thanks!
Hello ilker!
Since Text Entry Fields don't have states, there isn't a way to automatically move the cursor from one field to another.
- ilkercandan-498Community Member
I made it with javascript code. I found a way. Thanks.