element-call
element-call copied to clipboard
"Enter your name" field triggers credit-card autocomplete
@timabbott just triggered a misfeature on mobile(?) where the 'enter your name' prompt as a guest triggered credit-card autocomplete, which is scary, as it looks like we're trying to steal folks' CCs with hidden form fields (which we're not :P)
@timabbott - what browser/device was this?
This was on an Android phone, but I saw the same thing in Chrome on Linux too, so my guess is this won't be hard to reproduce.
I experienced this in chrome android mobile as well.
seen on Chrome desktop, ftr
We probably just need to set autocomplete="name" or autocomplete="off" on the field
oh no… it already has autocomplete="off" :confused: