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

option to not prevent key events

Open magalhas opened this issue 9 years ago • 5 comments

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.

magalhas avatar Jul 31 '15 10:07 magalhas

Otherwise looks good.

thehuey avatar Aug 16 '15 19:08 thehuey

How about merge ?

bekerov avatar Mar 10 '16 14:03 bekerov

That would be awesome. Nothing against changing the name of the property.

magalhas avatar Mar 10 '16 14:03 magalhas

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 avatar Mar 24 '16 18:03 arahansen

@arahansen I'll pick this up if someone sends me a PR with an updated README.md and a unittest.

fmoo avatar Mar 25 '16 01:03 fmoo