How do you jump to next text box after input one?

Hi, how are you ?
Please kindly help to improve the input. I found out that after input one text_box and cannot move to next text_box automatically. thanks for your help 2020-05-03_182204

Try Taifun’s Textbox Extension and the Enter Pressed Listener with some logic to give focus to the next button

1 Like

can requestFocus be used with condition
For eg. if textbox1.text.length = 1
call.textbox2.requestFocus ?

Yes, but you would need to use a clock timer, unless you use the listener from the extension listed above

thanks it work fine with clock timer just set time interval to less than 500 ms :blush:

Can you please attach the solution blocks?