medipass / react-payment-inputs

A React Hook & Container to help with payment card input fields.
https://medipass.github.io/react-payment-inputs
342 stars 62 forks source link

Original event needs to be passed to onFocus #35

Closed Hopp3r closed 4 years ago

Hopp3r commented 4 years ago

Opening an issue regarding passing an original event through onFocus. Looks like this one got overlooked and my event is currently undefined. I opened a PR to fix this:

34

Hopp3r commented 4 years ago

I'm not sure if the procedure is new Issue for each PR, but #36 is related to this, so figured I'd just tag it here.