'Autocomplete ="off" , Autocomplete ="Nope" , Autocomplete ="false" Not Working on chrome
I'm using angularjs + HTML5 , and i need to be able to disable all my input fields autocomplete , i have tried adding autocomplete=false,nope,off, random number , field name And none worked! I have tried adding angularjs directive buts still having the same result I did a temporary workaround adding an empty hidden input field , that did work , but i have a big project with a huge amount of inputs so i cannot do this on every single field Any help?
Solution 1:[1]
I do not know the answer, but I recommend you, to go and tell the Chromium developers that you have a use case, where unwanted autocomplete="off" should not be obeyed.
See their questionnaire at:
https://bugs.chromium.org/p/chromium/issues/detail?id=587466
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | reiche |
