orizens / ngx-typeahead

A simple but yet powerful typeahead component for Angular (css framework agnostic)
https://www.npmjs.com/package/ngx-typeahead
MIT License
61 stars 29 forks source link

Display on clicked #19

Closed Gummiees closed 6 years ago

Gummiees commented 6 years ago

When clicked show the result list as if it was filtered with empty query.

Also, when is firstly opened by a click, it must refresh the result list, so if the list depends on an other value that it has changed, it will show the list of the actual value, and not the one that was set before.