Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8573

Re: How to clear input field value on back

$
0
0

You can do the below to your navButtonTap event

 

navButtonTap:function(){               var oInput = sap.ui.getCore().getElementById('CUSTOMER'); // retrieving the input field present in the first view by its ID               oInput.setValue(""); // setting the input field value to null                app = sap.ui.getCore().byId("myApp");                app.to("idfirst1");            }

 

Regards

Sakthivel


Viewing all articles
Browse latest Browse all 8573

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>