2

I have seen a component being used where you have a select menu, and when you drop down the options, there is a text input at the top. You can type in there to filter the select menu's options.

Unfortunately, I can't remember where I saw this, and I don't know what this type of component is called.

I am looking to do this with Bootstrap 3, if possible.

BadHorsie
  • 14,135
  • 30
  • 117
  • 191

1 Answers1

3

You're probably thinking of a plugin such as Select2 (or its predecessor, Chosen). Bootstrap had Typeahead in version 2, but it's apparently been dropped in favor of Bootstrap's standalone Typeahead plugin.

Community
  • 1
  • 1
isherwood
  • 58,414
  • 16
  • 114
  • 157