angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.29k stars 6.73k forks source link

[Feature request] Do not close typeahead dropdown after select #6491

Open Andrfas opened 7 years ago

Andrfas commented 7 years ago

So, for example, if typeahead-auto-close is true, then after user selected one of the options - typeahead dropdown doesn't close

cabloo commented 7 years ago

I have enabled ctrl-click on typeahead so that a user can quickly click a few typeahead results without leaving the page, but each time they click on one, the typeahead closes. Any ideas on how to disable that closing?