I am using Angular JS - ui.bootstrap.typeahead:
I would like to click a button and focus an input field and automatically show the typeahead suggestion dropdown. I h
typeahead-min-length="0" does the trick (I am using v0.4.0)