How to make an autocomplete just like google auto suggest in angular ui-select
问题 I am using angular ui-select for autocomplete. When the user start typing, I want to show the best matching item as watermarked, and when the user press tab, it should be selected (same like google auto suggest) Please see the image also. you can see that, when I type 'auto' 'complete' is shown as watermark and if I pres TAB, it will be selected. 回答1: there are a bower plugin autocompletelikegoogle and you can create an angular directive to render an autocomplete input in your application.