ng2-ui / auto-complete

Angular Auto Complete component and directive
https://ng2-ui.github.io/dist/#/auto-complete
MIT License
279 stars 123 forks source link

Key binding for closing auto complete overlay #234

Open kyue1005 opened 7 years ago

kyue1005 commented 7 years ago

IMPORTANT As using the autocomplete for search keyword suggestion, user should be able to close the overlay to input their custom string for a better UX.

Current behavior

Expected/desired behavior

Other information

Fideon commented 5 years ago

Also, is there a way of closing the overlay programmatically? I'm trying to add functionality for auto-selecting an item in the list when you type it exactly as it is.