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
input
autocomplete="off"
try autocomplete="off"
<input type="text" autocomplete="off" />