jasminmif / react-interactive-paycard

Interactive React Paycard
MIT License
2.22k stars 244 forks source link

Fix issue where modifying card number anywhere but the end causes cursor to jump to the end #9

Closed timiscoding closed 4 years ago

timiscoding commented 4 years ago

To reproduce issue: delete or type a number anywhere before the last digit in the card number text input and the cursor will jump to the end.

jasminmif commented 4 years ago

Thanks for the PR, that was a known bug which i wanted to fix, but didn't got the chance to.