How do I disable the save password bubble in chrome using Javascript?

前端 未结 13 1932
不思量自难忘°
不思量自难忘° 2020-11-27 19:56

I need to be able to prevent the Save Password bubble from even showing up after a user logs in.

Autocomplete=off is not the answer.

I have not come across a

13条回答
  •  [愿得一人]
    2020-11-27 20:39

    Add to the top of your form. Chrome's autocomplete will fill in the first password input it finds, and the input before that, so with this trick it will only fill in an invisible input that doesn't matter.

提交回复
热议问题