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

React component for card https://github.com/jessepollak/card

Results 7 card-react issues
Sort by recently updated
recently updated
newest added

When used with Redux Form Fields, the formatting is glitchy. When I type in the credit card number, for example, on the 5th digit the numbers get deleted while typing.

I added a simple validation to the submit button to enable it or disable it

I'd like to use this component, but the way it handles the input values is incompatible with redux (and basically any state-management). Trying to tie the input fields to some...

latest version of card-react failed to build with node 6 or higher. ``` npm run start > [email protected] start /Users/n/Documents/Work/react/card-react > grunt dev Running "clean:build" (clean) task >> 1 path...

While attempting integration with Stripe using this component I noticed there was an issue regarding the name attribute being specifically requested. Another user (@sylv3r) previously forked the repo with a...

Hey there! Possibly covered in another issue, but I'm not seeing it. https://stripe.com/docs/custom-form#step-1-collecting-credit-card-information > The HTML is fairly standard, but note how every input for sensitive data—number, CVC, expiration, and...