I am facing Cannot read property 'setValue' of undefined error.
Other code snippets i am trying is
var oInput1 = sap.ui.getCore().byId("input");
oInput1.setValue("1"); // by hardcoding 1 atleast
facing the error as above
I am facing Cannot read property 'setValue' of undefined error.
Other code snippets i am trying is
var oInput1 = sap.ui.getCore().byId("input");
oInput1.setValue("1"); // by hardcoding 1 atleast
facing the error as above