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

typehead on input foucs #6505

Open sivabalan02 opened 7 years ago

sivabalan02 commented 7 years ago

Bug description:

I tried to solve it on myself. But i didn't get that. When the input was on focus have to show the typehead. On the previous version this link http://embed.plnkr.co/UAWfTE/ they are doing that and it working fine with typeahead-open-on-focus.

Version of Angular, UIBS, and Bootstrap

Angular: 1.6.3

UIBS: 2.5.0

Bootstrap: 3.3.7

zh0014in commented 7 years ago

try typeahead-min-length='0'

sivabalan02 commented 7 years ago

@zh0014in I tried that, but its not working

arahmanali commented 7 years ago

@zh0014in typeahead-show-hint="true" typeahead-min-length="0"