biggora / bootstrap-ajax-typeahead

Twitter Bootstrap Ajax Typeahead Plugin
http://plugins.upbootstrap.com/bootstrap-ajax-typeahead/
MIT License
172 stars 117 forks source link

DisplayField function #38

Open Tauri28 opened 8 years ago

Tauri28 commented 8 years ago

Is there a way to build display text from multiple fields?

hjco commented 8 years ago

Same problem with my app, you find the way @Tauri28?

Tauri28 commented 8 years ago

@hjmg switched to https://angular-ui.github.io/bootstrap/#/typeahead , which has custom templates support - this forced me to do wrap the ajax queries into additional function in a controller, which is not a bad thing since it opens up a lots of additional possibilities

hjco commented 8 years ago

thankś @Tauri28 :)