# "Invite" textbox should disable browser autocomplete

**URL:** https://meta.discourse.org/t/invite-textbox-should-disable-browser-autocomplete/48973
**Category:** Feature
**Created:** [August 22, 2016, 2:44am UTC](https://meta.discourse.org/t/invite-textbox-should-disable-browser-autocomplete/48973 "2016-08-22T02:44:02Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![barryvan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/barryvan/32/82635_2.png) [@barryvan](https://meta.discourse.org/u/barryvan)
#### Post date: [August 22, 2016, 2:44am UTC](https://meta.discourse.org/t/invite-textbox-should-disable-browser-autocomplete/48973/1 "2016-08-22T02:44:02Z")

</div>

When you invite someone to a topic, the `<input>` allows browser autocompletion, but Discourse implements its own autocompletion. This means that when I type “fred”, the browser might suggest “[fred@fred.com](mailto:fred@fred.com)”, whilst Discourse suggests “winifred”. Discourse is, of course, the one that I want to use, as it completes by username. 🙂

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [August 22, 2016, 4:50am UTC](https://meta.discourse.org/t/invite-textbox-should-disable-browser-autocomplete/48973/2 "2016-08-22T04:50:02Z")

</div>

Sure @techapj can you add the HTML attribute that suppresses browser autocomplete here?

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [August 22, 2016, 6:11pm UTC](https://meta.discourse.org/t/invite-textbox-should-disable-browser-autocomplete/48973/3 "2016-08-22T18:11:33Z")

</div>

Fixed via:

[https://github.com/discourse/discourse/commit/b4e32f20f228967d3809e5d3a7277cbe58c14839](https://github.com/discourse/discourse/commit/b4e32f20f228967d3809e5d3a7277cbe58c14839)

Thanks for bringing this in our notice @barryvan 👍

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [August 22, 2016, 9:30pm UTC](https://meta.discourse.org/t/invite-textbox-should-disable-browser-autocomplete/48973/4 "2016-08-22T21:30:49Z")

</div>


