How to force the focus on a text field?
Use the following in your scene's assistant:
this
.
controller
.
get
(
'myTextField_id'
)
.
mojo
.
focus
(
)
;