ngx-typeahead
ngx-typeahead copied to clipboard
On focus should reopen the typeahead
When beginning a type ahead, for example "b" and then clicking away, following by focusing back on the input, it should retrigger the typeahead search popup . currently it does nothing.
Also, if a user presses enter after refocusing, instead of triggering the search, it autocompletes the first item in the list matching the already typed letters.
"b", click away, click back, press enter, "bruno mars" appears
hi @IAMtheIAM i'm not sure about this behavior being the default for any typeahead. can you post some references?
I will have to find some. But it seems more intuitive to me.For the first issue.
The second issue is a bug, because it will autocomplete the first item even without displaying it. When a user would expect enter to perform a search.