My goal:
Autofocus a different element on each page
Issue:
With multipage apps, I do not have a mean to call textInput.focus(); anywhere.
Is there a way to select an element to autofocus (different for each page)?
Another solution would be new events for each page such as onEnter and onExit where I could call the .focus() function.