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

Re: Show additionalText with selectedItem in AutoComplete/ComboBox

$
0
0

1) SAPUI5 SDK - Demo Kit

 

 

this.setValue(item.getProperty("key") + ' - ' + item.getProperty("additionalText"));

this.data("key",item.getProperty("key"));


2)


var map = [];

 

 

$.each(dictionaryData.CA_PLANT_NAME, function(i, item) {

   map[item.PLANT] = item.PLANT_NAME;

});

 

when you set value to acBstoEditShipPlant do setValue( value + ' - ' + map[value])



Viewing all articles
Browse latest Browse all 8451

Trending Articles



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