I am making a simple GUI that reads some parameters in EditBox
and do something.
I have a lot of EditBoxs
and it is convenient to move by Tab Button between boxes.
I want the text in the next box to be initially selected by Tab Button so that I don't need to do Ctrl+A and remove the text before typing new strings.
I couldn't find any information from web, and searched in the Property Inspector of Editbox
but no luck.
Does anyone know how to do this?
Thanks in advance.