wangjohn / creditly

An intuitive credit card form
http://wangjohn.github.io/creditly/
MIT License
299 stars 59 forks source link

validate CC with checkmark #8

Open dmikester1 opened 9 years ago

dmikester1 commented 9 years ago

I love this library! Any chance you could add an option to display a green checkmark in the card field after the user has typed a valid number? The previous code that I was using did this. It would fire on each keypress and check the Luhn Algorithm I believe.

wangjohn commented 9 years ago

Good idea! This will definitely be going on the list of things to implement in the coming weeks.