Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
2 years ago1Password not filling Full Name in input field with autocomplete="name"
We have a field where we're asking for the user's Full Name. We're using the autocomplete="name" attribute on the field, as indicated by https://html.spec.whatwg.org/multipage/form-control-infrastr...
Former Member
2 years ago@steph.giles,
Thanks for digging in to this. Changing that to id="name" did indeed fix it in our app. So I guess we're sorted… but, shouldn't 1Password use the autocomplete attribute for this, as per the spec? Especially when a valid autocomplete attribute exists (I could see trying to use id as a fallback).
Also, the code example on your https://developer.1password.com/docs/web/compatible-website-design/ includes that …-field syntax I was using for labels and IDs – that's where I got that from, in fact. So you might want to update that page to remove -field from https://go.benish.io/48wss0Dv, especially since it seems to break 1Password.
Thanks for your help with this!