ngx-card icon indicating copy to clipboard operation
ngx-card copied to clipboard

cc number validation

Open pawmel opened this issue 6 years ago • 1 comments

hello, thank you for this component, its really great and time saving. I wonder if there is possibility to validate card number and set input errors/invalid status if the card number is wrong?

pawmel avatar Aug 31 '18 15:08 pawmel

update css instead e.g.

    .jp-card-invalid {
        border-color: red;
    }

thomas-tewelde avatar May 04 '20 05:05 thomas-tewelde