In my view.js, I have my list defined:
var oList = new sap.m.List({
growing: true,
growingThreshold: 10
});
Looking for a simple example of getting the selected value from the list. Can anyone provide code snippet or idea on how to accomplish this? Thanks.