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
Asked
Active
Viewed 305 times
0

John Strood
- 1,859
- 3
- 26
- 39

amir hanif
- 129
- 4
- 15
-
What browser do you use? – roberrrt-s Nov 25 '16 at 10:20
-
on chrome safari and firefox does this problem exsist – amir hanif Nov 25 '16 at 10:21
-
Browsers ignore `autocomplete="off"`. – John Strood Nov 25 '16 at 10:25
1 Answers
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