New password form parser does not accept <input type="number"> as username |
|
Issue description1. Visit https://battre.github.io/signin-number-username/index.html 2. Fill username/password with 1/p 3. Manually save the credential, observe that you need to specify the username yourself. 4. Refresh the page. 5. See that the credential is not filled. The problem is that the parser does not consider <input type="number"> for username fields. |
|
►
Sign in to add a comment |
|