Disable autocomplete in search
See original GitHub issueDescription
Browser autocomplete in the search field should be disabled because it visually conflicts with the instant results.
Expected behavior
The browser doesn’t display its autocomplete.
Actual behavior
The browser displays its autocomplete. Screenshot

Steps to reproduce the bug
- Click the search field.
Solution
Add autocomplete="off" to the HTML form element in partials/search.html
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to disable the auto complete in google search
Go to Settings > Advanced > Sync and Google services > Auto-complete searches and URLs > Disable that. Note: You can do in...
Read more >How can I disable Chrome's address bar search autocomplete?
Go to "Google and You"; Go to "Sync and Google Services"; Disable Autocomplete searches and URLs. (This used to be under Privacy and...
Read more >How Do I Disable or Clear AutoFill/AutoComplete Information?
Click on the "Settings and More" icon. · Click on "Settings." · Click on "Privacy, search, and services." · In the "Clear Browsing...
Read more >How to Enable or Disable Autocomplete in a Web Browser
On the next screen, under Search Suggestions, uncheck the box next to Provide search suggestions. Unchecking Provide search suggestions box.
Read more >How to turn off form autocompletion - Web security | MDN
If a browser keeps on making suggestions even after setting autocomplete to off, then you have to change the name attribute of the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

It’s not an extension, and it doesn’t happen on my Windows 10 box (chrome dev 75.0.3759.4). I guess we can close this since it’s not a problem with this repo.
On Wed, Apr 17, 2019 at 6:34 PM Martin Donath notifications@github.com wrote:
It would be interesting if somebody else is experiencing the same problem. You seem to be the first one having this problem, so it might be related to your setup. Maybe it’s a browser extension, or an operating system thing. The
autocompleteattribute has been sitting there for the last two years, so it is really improbable that it’s related to the actual HTML.