0

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

John Strood
  • 1,859
  • 3
  • 26
  • 39
amir hanif
  • 129
  • 4
  • 15

1 Answers1

0

try autocomplete="off"

<input type="text" autocomplete="off" />
Rahul
  • 4,294
  • 1
  • 10
  • 12
  • no i tried it does not work i added a picture in my question is does not disapear. i want to get rid of that box it shows when i double click on the box – amir hanif Nov 25 '16 at 10:24