I am trying to get the password hint from the password change field, I already tried to disable the auto complete with the code
autocomplete="new-password" // or autocomplete="off"
but this does not work, does anyone have an idea how to solve this problem?
Edit:
My problem is when I try to change the password, my password change screen, auto completion puts the old password as a new password, all standard means have been discarded, apparently google does not care what you want.