fmoo / react-typeahead

Pure react-based typeahead and typeahead-tokenizer
ISC License
677 stars 231 forks source link

Show the selected option #123

Open connorjburton opened 9 years ago

connorjburton commented 9 years ago

Currently, if you select an option it disappears from the list. It would be useful for our project to be able to keep that chosen option shown in the list and add an extra class so we can style it in a "selected" way.

Is there a way to do this?