Skip to content
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 a wildcard to typeahead #7985

Closed
ccsalway opened this issue May 24, 2013 · 2 comments
Closed

Add a wildcard to typeahead #7985

ccsalway opened this issue May 24, 2013 · 2 comments

Comments

@ccsalway
Copy link

Would it be possible to include a wild card into the typeahead so putting an asterix displays all options

line 2067 of bootstrap.js (with all options)

, matcher: function (item) {
if (this.query == '*') return ~0;
return ~item.toLowerCase().indexOf(this.query.toLowerCase())
}

@cvrebert
Copy link
Collaborator

The typeahead has been removed per #7805.

@ccsalway
Copy link
Author

mmm, so i will need to have a separate js file in my project now instead of something that was embeded in bootstrap.. ok, no worries, shall make a plan :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants