0
I am aware that there are already other questions like this one here in the community. However, I realized that the solutions pointed out are no longer working. And it makes sense, because the answers were recorded in 2015. Since then a lot has changed and continues to change.
To disable form input autocomplete, I applied the following commands, but to no avail:
- Includes autocomplete="off" in the form.
- I also added via jquery.
Autocomplete function of inputs continue to work.
Could you give me a hand?
I put it in bold to make it clearer.
– Luis
autocomplete
does not work for user and password fields and I believe email tb, only for common form fields– hugocsl
Hello. Tried to use autocomplete="false" instead of autocomplete="off".
– Tiago_Albuquerque