Open leoshmu opened 10 years ago
Is typeahead a useful thing to add here? Would give us an excuse to use the very nice angular bootstrap, done by the angular-ui guys
http://angular-ui.github.io/bootstrap/#/typeahead
Seems like it would be a time saver, but may be distracting to have REAL TIME search results and a typeahead popover. Is that an antipattern UI/UX speaking (to have 2 things dynamically changing in the DOM like that?
Yeah, I can't tell how useful this would be ...
I'll add some live analytics triggers so we can see search terms, how they're built, etc. and judge from that.
Is typeahead a useful thing to add here? Would give us an excuse to use the very nice angular bootstrap, done by the angular-ui guys
http://angular-ui.github.io/bootstrap/#/typeahead
Seems like it would be a time saver, but may be distracting to have REAL TIME search results and a typeahead popover. Is that an antipattern UI/UX speaking (to have 2 things dynamically changing in the DOM like that?