react-typeahead
react-typeahead copied to clipboard
option to not prevent key events
Related to #110. Created a new prop to enable/disable keyDown default prevention. In my case having it as false works great so when a user tabs the field gets populated with the first visible option and it jumps right to the next field.
Otherwise looks good.
How about merge ?
That would be awesome. Nothing against changing the name of the property.
I would really like to be able to use this feature. Any chance of getting it merged?
If we are waiting until we can get an update on the naming convention, I could submit an update to the naming convention.
@arahansen I'll pick this up if someone sends me a PR with an updated README.md
and a unittest.