fmoo / react-typeahead

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

onOptionSelected also triggers onBlur #104

Open zsherman opened 9 years ago

zsherman commented 9 years ago

This makes it difficult to properly handle result selection in a non-hacky way.

Sacret commented 8 years ago

@zsherman I faced the same issue...

nosilleg commented 8 years ago

This was fixed in 1.1.6 and then reverted because it caused other bugs. I'm hoping to submit a PR for a v2 that will solve this properly.