react-typeahead icon indicating copy to clipboard operation
react-typeahead copied to clipboard

How to blur input?

Open henrikra opened this issue 9 years ago • 1 comments

Im doing suggestive search and I would like to blur out the focus from input field when I submit the form. Aka not selecting item from typeahead list.

henrikra avatar Dec 28 '15 14:12 henrikra

I managed to solve it already :D. I just added this to the onKeyUp event: $(event.target).blur();

henrikra avatar Dec 28 '15 14:12 henrikra