omarshammas / jquery.formance

A jQuery library for formatting and validating form fields, based on Stripe's jQuery.payment library.
omarshammas.github.io/formancejs
Other
630 stars 105 forks source link

Credit card number formatting is not working when few numbers are added at beginning of input field. #17

Open ipaulin opened 10 years ago

ipaulin commented 10 years ago

Formatting is not working when you enter few numbers in input field, and move cursor at the beginning of input field to add few more numbers.

Example: Enter 4242, move cursor at the begin |4242 and enter 4242 again. You would expect 4242 4242, but the result is 42424242. Without a space! Same result with the different numbers also.