Search code examples
twitter-bootstrapbootstrap-typeahead

Bootstrap Typeahead: Remove forced selection of first item


Hi I am using typeahead in twitter bootstrap. What I found here is that in autocomplete dropdown, it selects first option by default. My requirement is that initially it should have nothing selected, it goes to first option only when I press navigation key (up or down) or when I hover over it. Is it possibe using typeahead.


Solution

  • There is the more powerfull typeahead project from Twitter which doesn't have this problem. I don't understand why this project is not included directly in Twitter Bootstrap.

    You can see here some examples.