Gjbf677
Results
2
issues of
Gjbf677
For anyone interested: ``` onCreditCardTypeChanged: function (type) { console.log(type) ; switch(type) { case 'amex' : ccLength = [15] ; cvcLength = 4 ; break ; case 'mastercard' : ccLength =...
5326110575294213 _Originally posted by @Gjbf677 in https://github.com/nosir/cleave.js/issues/662#issuecomment-1200048934_