insin / react-maskedinput

Masked <input/> React component
http://insin.github.io/react-maskedinput/
MIT License
731 stars 197 forks source link

Allow the enter key to trigger an onSubmit callback with the event. #89

Closed briantrice closed 5 years ago

briantrice commented 7 years ago

This allows a project I'm working on to use MaskedInput but submit values with the enter key even if not embedded in a proper form. It feels reasonable to use but I haven't tested many scenarios outside what we've envisioned.

tyler-dot-earth commented 6 years ago

Why hasn't this been merged? @insin Any insights? I'm happy to update this PR if that's all that's stopping us from getting this change into react-maskedinput.

briantrice commented 6 years ago

I am no longer using this React component, so @tsnieman you are welcome to take this over.