Hey there,
i created an autocomplete with a secondary value. Now i'd like to access/read the secondary value.
I do have the method change : function(oEvent){
}
i can now access the selected value with oEvent.getParameter("newValue") but how do i access the secondary value?