-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Add typeahead.js from Twitter instead of the old bootstrap-typeahead.js #7805
Comments
I can see us dropping our typeahead entirely and pointing folks to this. Will talk to @fat about it. |
Boom! Done, sort of. We've dropped bootstrap-typeahead.js in v3 (see 88dd9de) in favor of folks using Twitter's typeahead. <3 |
X-Ref: twitter/typeahead.js#306 |
I miss the old TypeAhead. It worked nicely with data attributes out of the box... |
Why dropping BS Typeahead in favor of Twitter Typeahead when Twitter Typeahead does not integrate with BS styles?! |
Bah, another obstacle in migrating to BS3. Bring BS' typeahead back! (and hover dropdown while you're at it) |
See also: twbs#7805
Twitter released with typeahead a new auto-complete component. It has more features than the old
bootstrap-typeahead.js
and less bugs (f.ex. in the Bootstrap version the first entry will get always selected - annoying).Some examples of Twitters Typeahead: http://twitter.github.io/typeahead.js/examples/
Unfortunately it isn't very easy to add Twitters typeahead component to a Twitter Bootstrap project, because there are CSS collisions. It would be cool if Bootstrap 3 would ship with the Twitter Bootstrap component or make it more easy to add it as a separate component.
The text was updated successfully, but these errors were encountered: