fmoo / react-typeahead

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

feat: add onKeyPress support #150

Closed codeheroics closed 8 years ago

codeheroics commented 8 years ago

I wanted to add onKeyPress events to a <Typeahead /> component as is often done in inputs and was surprised to see they weren't triggered. Here's an implementation for them (basically the same that onKeyUp's)