card icon indicating copy to clipboard operation
card copied to clipboard

:credit_card: make your credit card form better in one line of code

Results 66 card issues
Sort by recently updated
recently updated
newest added

Hello, is there any solution to the input SELECT problem not being recognized? I would like to use two selects one for month and one for year. Apparently the page...

When the width is set and card opened on mobile device in interactive mode the card image take a LOT of space. Basically https://github.com/jessepollak/card/blob/2b20e8b2514f3084c476fc54ac4a8bc18412291a/src/coffee/card.coffee#L133 @options.width / baseWidth when baseWidth e.g....

bug

We collect credit cards with the intent of capturing money from them. Expiration dates in the past are an error and should cause a notable error.

Hello, All works fine however when someone enters there details, the card doesnt change type for example showing its a visa like in the demo

If switching between a tab with Card.js and another tab, the card will flip very fast multiple times. Estimating 1.5 seconds with about 40 π radians around the y-axis. Screenshot...

![screenshot from 2018-03-19 11 49 14](https://user-images.githubusercontent.com/37529136/37580810-afee426c-2b6b-11e8-8b3e-9025775ddc9d.png) steps to repro: 1. Enter more than 16 digit number 2. delete the last 3 digits.. 3. In UI it shows 16 digit.. on...

If I enter a credit card, incorrectly, and then refocus the field to just change a single digit, it doesn't work. The code is doing an "append" typing feature, which...

bug

Hello!, I have always the same error when I user the form: ![image](https://user-images.githubusercontent.com/7572859/27103030-b5d470a0-505d-11e7-9280-21031648d2e2.png) Uncaught TypeError: Cannot read property 'validateCardNumber' of undefined or Uncaught TypeError: Cannot read property 'validateCardCVC' of undefined...

First of all, congratulations!! It is an amazing tool!!! Sometimes, after the form submit, due model validations, the page is reloaded with card's form filled however the image and data...

I need the ability to obtain the card type. I'm using jQuery. I know I could parse the classes on some of the different controls, but I would prefer to...