react-typeahead-component
react-typeahead-component copied to clipboard
Added the ability to see when a user hits enter.
@miketamis Couldn't you just pass an onKeyDown prop to Typeahead, and check if event.key === 'Enter'?