Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
2 years agoAutocomplete ignores textarea fields
1Password's autofill seems to ignore textarea fields.
I have a form with a number of address fields all marked up with autocomplete values. Most of them work except for a textarea being used for the street-address. If I change it to a text input field then it works as expected.
I also have a text input with autocomplete=organisation which fills in with the address's name (it actually fills with the street address when that field is a textarea)
Anyway, is this all a bug or expected behaviour?
1Password Version: 8.10.1 (81001033)
Extension Version: 2.8.1
OS Version: MacOS 13.2.1 (22D68)
Browser:_ Firefox 111.0b8
Referrer: forum-search:https://1password.community/search?Search=autocomplete%20textarea
4 Replies
- Former Member
I've just stumbled across this whilst also seeing if I can find others experiencing this issue.
When I first started using 1Password this did work 😿. I edited an example form I was using to test a custom field of "enquiry".
When the field was
<input name="Enquiry" type="text">, it worked, but when it was><textarea name="Enquiry"></textarea>, it did not.Did you find a solution, or is it just a bug?
- Former Member
Sure, here is the html (this is actually a different form to my first post but same/similar issues):
```
- Former Member
Hey @tobz, are you able to share a link to your form? If not, can you share the form's HTML code with us? We'd like to take a closer look at the code and interact with the form in order to better understand what is happening.
- Former Member
Ah.. I just noticed if I fill in the
textarea(street address) field first, then it fills correctly.
Its when I fill the "name" field (autocomplete=organization) that it does not get filled at all.the for field order is:
- name
- street-address
- city
- postcodecity and postcode always fill in correctly.