This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 308
Credit Card input field doesn't play nicely with Chrome's credit card auto fill feature #4041
Labels
Comments
Interesting. Okay, thanks for the report, @JVimes. |
Just FYI, I ran into this a second time today (previous credit card cancelled). I know it's not the highest priority, but should be an easy client side fix |
https://developers.google.com/web/updates/2015/06/checkout-faster-with-autofill for future reference. |
@whit537, @mattbk I found two things that seem to work, at least in devtools:
|
Thanks for digging in, @JVimes. I can't play with this until tonight at the earliest. |
Maybe someone from 24 Pull Requests could pick this one off? |
Closed
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Chrome has a secure way to store credit card info and auto-fill it. The input field (under /routes/credit-card) doesn't seem to play nicely with it. When I start typing in the field, I expect Chrome to suggest saved credit cards. In the case of Gratipay, the suggestion doesn't happen unless I type a little and then hit backspace.
The text was updated successfully, but these errors were encountered: