Google chrome autofilling all password inputs

后端 未结 9 1070
面向向阳花
面向向阳花 2021-02-02 08:09

My Problem

I must have turned on google to autofill for a login on my site, however it is trying to now autofill that login data whenever I want to edit

9条回答
  •  猫巷女王i
    2021-02-02 08:53

    Opacity

    We fixed this by adding a field and setting its opacity to 0. so chrome still think there is a field an filling it.

        width: 0px !important;
        height: 0px !important;
        opacity: 0 !important;
    

提交回复
热议问题