NOtherDev / whatwebcando

An overview of the device integration HTML5 APIs
https://whatwebcando.today/
MIT License
836 stars 61 forks source link

Error on /credentials.html #78

Open jonnytest1 opened 3 years ago

jonnytest1 commented 3 years ago

after typing in a username + password then pressing Store credential I get an error in the console :

Uncaught TypeError: Failed to construct 'PasswordCredential': 'username' must be specified in the form's autocomplete attribute.
    at storeCredential (<anonymous>:10:20)
    at HTMLFormElement.onsubmit (credentials.html:1)

and Request Credential never returns anything

chome://version: Google Chrome | 88.0.4324.182 (Offizieller Build) (64-Bit) (cohort: Stable)

NOtherDev commented 3 years ago

So strange. Does not happen for me. And the fact is that the username field does have the username autocomplete attribute...