I have a simple input with autocomplete
<
If you ONLY want to handle the clicking on autocomplete option you should use (click) on that option to handle it.
(click)
{{number}}
However, if you want to do it with focus, this will work:
Stackblitz