fmoo / react-typeahead

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

Options are here, but list is hidden #211

Open isnifer opened 8 years ago

isnifer commented 8 years ago

Hi!

I found an error while e2e-testing. I've captured gif with demo: typeahead_error

When we've selected value (_onOptionSelected), flag showResults becomes false. When options have changed nothing toggle that flag. I would like to suggest toggle this flag if options.length > 0. It would be nice :)