You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validation Methods:
I just wanted to tell you to if you can add a method which return a boolean if the credit card number, expiration date and cvv is in a valid format. I created it subclassing your class but would be better if you can add it directly in your code ;) Here the code:
Expiration Date Year Length:
In my app I need to use 4 digit number in the textfield but actually your code allow just 2. Would be better if you can let the user decide the length.
Separator Style:
In your app you automatically add the separation in the credit card number, which is an whitespace, and in the cvv, which is an " / ". Would be better if you can let the user decide them.
Hope you'll include them ;)
Cheers,
Carmelo
The text was updated successfully, but these errors were encountered:
Hi guys, congratulation so far!
Validation Methods:
I just wanted to tell you to if you can add a method which return a boolean if the credit card number, expiration date and cvv is in a valid format. I created it subclassing your class but would be better if you can add it directly in your code ;) Here the code:
Expiration Date Year Length:
In my app I need to use 4 digit number in the textfield but actually your code allow just 2. Would be better if you can let the user decide the length.
Separator Style:
In your app you automatically add the separation in the credit card number, which is an whitespace, and in the cvv, which is an " / ". Would be better if you can let the user decide them.
Hope you'll include them ;)
Cheers,
Carmelo
The text was updated successfully, but these errors were encountered: