3
There is how to prevent, through code, the browser to make suggestions to fill in the login form?
It is that the system will be used in laboratories and it would be boring the browser to suggest all the previously registered CPF. In addition, there is an ugly yellow background when the data comes from suggestion. See
I use JSF + primefaces components, and even with the autocomplete off in inputText, it seems to do no good!
Change the background of input filled in by Chrome autocomplete.
– NoobSaibot
Even changing color was, but putting autocomplete off or false in the form did not serve
– Luan Silva
In the password field leaves the attribute
autocomplete="new-password"
see if it works.– NoobSaibot