Hi Experts,
How to set focus on a Control in SAPUI5
my code
var inDel = this.getView().byId("inputDelearId");
inDel.focus();
but the focus was not going to the control
Hi Experts,
How to set focus on a Control in SAPUI5
my code
var inDel = this.getView().byId("inputDelearId");
inDel.focus();
but the focus was not going to the control