Changing autocomplete behavior - Firefox

From MozillaZine Knowledge Base
Revision as of 15:41, 4 February 2005 by Unarmed (talk | contribs) (userChrome.css hack for removing autocomplete dropdown)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The address bar and search bar both have autocomplete dropdowns that appear with a list of previously entered data. To remove them, you will need to edit your config files.

In userChrome.css, add the following line:

#PopupAutoComplete > .autocomplete-tree { display: none !important; }

To retain some autocomplete functionality, you may want to enable inline autocomplete.