react-autocomplete
react-autocomplete copied to clipboard
onBlur not working
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.