Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEdit creditCard number #397
Comments
|
I'm also seeing this, using Vue / Card v.2.4 |
|
I also facing same issue |
|
Fixed by adding this.
|
|
There is a "cards" array below of the card.js you can modify the number of length to 16 from there. |
|
I fixed this issue by adding. <input md-input placeholder="Card number" type="tel" [(ngModel)]="model.cardNumber" (keyup)="setCardNumber($event)" name="number" #cardNumber='ngModel' required> ` setCardNumber( $event) {
|


steps to repro: