-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Categories #14
Comments
I added that feature for a client but it was a trimmed down version (eg. no markup, Ajax, etc). |
+1 |
On it's way in 2.0 |
Did this actually make it into 2.0? |
I am curios as well if grouping results is ready yet |
@tcrosen - kept watching this thread for your version 2.0 since 5 months and was a little sad that you forgot to include the categories - so I made it myself. Shall upload the code soon somwhere. |
@pushpinderbagga hope for your code! |
@pushpinderbagga +1 for your code! Would appreciate pingback as well ;) |
@pushpinderbagga +1 for grouping - your screenshot is almost exactly what I'm looking for |
Hello folks, its just a dirty implementation and nothing exclusive. I am trying to improve it so it isnt a disgrace to the original version and as soon as I am done - shall post the code here itself - very very soon (lets say a week). Cheers! |
Hi everyone, I must apologize I've been insanely busy in my personal life and work life as well. I wrote a Typeahead that includes groups/categories a while ago. While it's not perfect nor is it a direct branch of the original, I've made it available in a branch of this repo. It has a working demo so at the very least it should help you with your code if you're trying to make modifications. Also I'd suggest looking at the new Typeahead from Twitter which I haven't had a chance to explore myself but its being marketed as an "advanced" version of the original Bootstrap one. Again my apologies for not keeping up with this plugin. |
@tcrosen I find the new Typeahead from Twitter is perfect!! |
Hi @tcrosen , I am not able to use the category typeahead using ajax call. can you please provide a demo for that Given below the code I am using, can you please guide what is the issue My code is a JS is as follows
JSON result got after ajax is as given below
|
Hi,
This looks like a really nice upgrade to Bootstrap Typeahead. Is there a way to use categories similar to jQuery UI's Autocomplete: http://jqueryui.com/demos/autocomplete/#categories. I.e. grouping search results by 'People', 'Posts', 'Events' etc.
Cheers,
Asger
The text was updated successfully, but these errors were encountered: