PR intents to enable autocomplete for username, which does not seem to work with chrome. The loginform template from v 6.3.x is taken for this and autocomplete="off" set to autocomplete="username". This still needs to be tested in a compo with a working authentication.
PR intents to enable autocomplete for username, which does not seem to work with chrome. The
loginform
template from v 6.3.x is taken for this andautocomplete="off"
set toautocomplete="username"
. This still needs to be tested in a compo with a working authentication.Also fixes an issue for chrome autofill where labels and values for username and password overlap/conflict with each other. Labels are moved via JS to workaround this issue (https://github.com/material-components/material-components-web/issues/4447).