Hi Preetam,
replace
sap.ui.getCore().byId('inputFieldId');
with
this.byId('inputFieldId');
Example
Thanks and Regards, Venkatesh
Hi Preetam,
replace
sap.ui.getCore().byId('inputFieldId');
with
this.byId('inputFieldId');
Example
Thanks and Regards, Venkatesh