Chrome Autofill/Autocomplete no value for password

后端 未结 20 1894
逝去的感伤
逝去的感伤 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:24

    If you want make input to be seen as fulfilled, try to trigger blur on it: $('input[type="password"]').blur();

提交回复
热议问题