reactjs / react-autocomplete

WAI-ARIA compliant React autocomplete (combobox) component
MIT License
2.17k stars 532 forks source link

onBlur not working #345

Open levenecav opened 6 years ago

levenecav commented 6 years ago

Hi there!

I've found and issue, when typing on the input, it works and shows the results, when the result is clicked, and click outside, the 'onBlur' triggers as expected but after delete the text in the input, the 'onBlur' event doesn't trigger anymore.