angular-cc-library icon indicating copy to clipboard operation
angular-cc-library copied to clipboard

Library to support Credit Card input masking and validation

Results 17 angular-cc-library issues
Sort by recently updated
recently updated
newest added

On Safari, autocomplete for expiry date does not work: `` It appears Safari wants month and year to be in two separate input boxes - see https://stackoverflow.com/a/53501982/123254

Hi, i'm Vitor and i'm from Brazil. We have some credit cards that doesn't exist in this library. There is a way to extend the actual cardTypes array? This will...

feature request

Directives don't listen to formControl changes and doesn't react to it.

I know exp date validators support both ways: `MM/YY` and `MM/YYYY`. But, Is there a way to force the validator to only validate one format? I 'd like to use...

## Milestone 2.0.0: - [x] Build to [Angular Package Format (APF)](https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/edit) - [x] Compatibility with Angular Ivy https://github.com/nogorilla/angular-cc-library/issues/61 - [x] Export directives with basic API https://github.com/nogorilla/angular-cc-library/issues/45 ## Next milestone: -...

We tried many ways to set the credit card expiry and cvc field using katalon and selenium commands, however the angular model would not update with the value sent in....

Say you have entered the value 2345 0000 0000 0000. If you position the cursor just after the 5, delete doesn't work (backspace always works fine). Delete only works when...

Hi. We have problems with expiry date funct. The problem appears when you use one input to month and year. for example: ``` ``` In this case we want to...

while entering expiry date as 12/24, it shows error message as "Expiration Date is required" and while entering year as 12/2024 it is working fine. Please help to resolve this...

![2210](https://user-images.githubusercontent.com/4091874/56730743-47ce1200-6776-11e9-9f03-2be82f9e6e33.gif) Here is the gif file where I add month and year and then try to remove month and add it back. In this case year value gets removed.