Chrome Autofill/Autocomplete no value for password

后端 未结 20 1897
逝去的感伤
逝去的感伤 2020-11-27 02:57

When you have saved username and password for some site Chrome will autofill that username and password, but if you try to get the value for the password input field it is e

20条回答
  •  执笔经年
    2020-11-27 03:16

    Just set the autocomplete attribute to username for the username field and new-password for the password field;

    
    
    

提交回复
热议问题