Hi All,
We have a requirement wherein on a page , there is a simple form with 4 input fields. On page load, requirement is to set cursor on first input field. We have an XML view, and in controller, in HandleRouteMatched, have written something like this,
this.getView().byId("<Input Field ID>").focus();
however its not working. Please suggest ways to achieve it.
Thanks and regards,Ruchi Agarwal