I was trying to use the Material Angular autocomplete and I came across the displayWith function which can be apparently used to be the output that is displayed on selection
displayFn = value => { // now you have access to 'this' this.someMethod(); return 'formatted display'; }