thiago-Malaca / vue-credit-card

Vue.js component for card https://github.com/jessepollak/card
MIT License
38 stars 50 forks source link

backspace not working correctly with amex card number #2

Open xhkz opened 7 years ago

xhkz commented 7 years ago

Hi thiago,

Thanks for your last quick fix.

There is a new issue with inputting amex card number, the middle part could not be deleted with backspace. It's more like a formatCardNumber issue.

Test case is 3777 123456 78900.

Thanks.

xhkz commented 7 years ago

Maybe you could try to use https://github.com/nosir/cleave.js to replace payment?

thiago-Malaca commented 7 years ago

I will test o https://github.com/nosir/cleave.js. And I'll also see if in git payment has a solution.