-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Should default suggestions be supported? #62
Comments
I support this motion. |
I support this motion too. |
Should default suggestions only be shown when the query is blank or should it also be shown when no suggestions can be found? I lean towards the former. |
I definitely support this motion. Very useful! |
Yes, please! I'm definitely in favor of the default suggestions being shown when the query is blank (to echo @timtrueman). |
This is super important for me as well ! If there is an easy / cheesy hack for me to be able to do this now - I would greatly appreciate it. Thanks! |
Would love to see this implemented as well. I think it makes sense to follow the pattern Bootstrap's typeahead uses of showing suggestions immediately when minLength is 0. |
I definitely support this one.. If there is no results for found for an query we should give indications that 'No results for this query' |
Want to push support for this again. I understand a very recent pull request didn't do the job, I might see if I can whip something up. |
+1 |
What's the situation here? Is there a branch we could use to test the feature? I'm kind of confused with all the pull requests in the history of this issue... |
Take a look at #719. |
Thanks for reply. Actually v0.10.2 messes up my display because of other new features (I guess something about class names transmitted).
But I haven't had any success yet. I'm using |
If I get a chance later today, I'll post what changes you need to make to get your code working with v0.10.2. In the meantime, I'd suggest taking a look at the migration guide to v0.10.0. |
Oh sweet! I should make it with your document. It's just that I realized there was no backward compatibility and it would take a little more time to integrate than just injecting 0.10 in my code. Thanks for active support 😄 |
Closing in favor of #719. |
Allowing for custom setting of maxPendingRequests.
When typeaheads gain focus and no query has been entered yet, should we support default top suggestions? I could see how this could be useful.
You can sort of do this with the current implementation of typeahead.js by using
''
as a token. It's a little buggy though because the hint is shown and it overlaps with the placeholder.The text was updated successfully, but these errors were encountered: