Using the typeahead control allows the user to select a term from the list ( Documentation , plnkr ).
How can I respond to a choice? I was able to respond to input by adding an event (keyup.enter) to the input, then I will call another method on my component, but I cannot get an event that fires when a mouse is selected in the typeahead popup.
How can i achieve this?
source
share