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

前端 未结 13 1942
不思量自难忘°
不思量自难忘° 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:46

    My own solution jQuery with PrimeFaces. Tested work in Chrome and Internet Explorer but in mozilla firefox (though not in Firefox)

    
    

    
        
    

提交回复
热议问题