card
card copied to clipboard
Card should render when a browser autocompletes the credit card
when I use browser autocomplete, card number can not format.
This is indeed a bug that should be fixed!
Is this possibly related to my recent post (https://github.com/jessepollak/card/issues/245) about losing the rendered image when the form validation fail and the page reloads? When the validation fails and the page reloads the values are still input into the fields but the card isn't re-rendered until a key press is detected.
Is there a way to force the image to reload from JS when the page is reloaded via ajax?
