I am trying to disable Google Chrome's auto-fill feature, and have tried the solutions posted on StackOverflow. All these solutions, successful or not, work for a single form/form-input. But I need a one shot method to disable the feature using a single line/block of code that will work across the project.
Asked
Active
Viewed 6,062 times
1
-
`autocomplete="false"` – Roberto Zvjerković Apr 22 '19 at 10:38
-
1https://stackoverflow.com/questions/48084770/disable-autofill-autocomplete-with-angular-form-and-chrome – AT82 Apr 22 '19 at 10:38
-
Does this answer your question? [How do you disable browser Autocomplete on web form field / input tag?](https://stackoverflow.com/questions/2530/how-do-you-disable-browser-autocomplete-on-web-form-field-input-tag) – dennismeister Dec 01 '20 at 13:19
1 Answers
0
this is a browser feature
see this answer How do you disable browser Autocomplete on web form field / input tag?

Mustafa Omran
- 354
- 5
- 7