Search code examples
htmlcsstextinputsearch-suggestion

How can I get rid of input suggestion?


How to get rid of the suggestion box that appears if you double click on the input field. autocomplete="off" does not work. Here's how it looks


Solution

  • try autocomplete="off"

    <input type="text" autocomplete="off" />