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.3k stars 6.74k forks source link

Typeahead : Call a new search programmatically #6567

Open AngularPlayer opened 7 years ago

AngularPlayer commented 7 years ago

Hello guys, girls :)

For my project i created a component including an input typeahead and some stuff to set search options, like buttons, radio-buttons and more...

When a user change the search options it would be nice to call automatically a new search for new matchs with the same query (the user doesn't touch the typeahead at all). My question is : how can i do that ? i think it's not possible for now. Can i expect an new feature in the future ?

the search is an asynchronous $http method

kmusunuri-rythmos commented 6 years ago

Hi, You have a solution for this??

AngularPlayer commented 6 years ago

Not at all, sorry ;(