mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 01:48:01 +02:00
Et2Password: Fix still forced autocomplete="new-password"
This commit is contained in:
parent
bac32f4bba
commit
ced2bc6061
@ -58,16 +58,6 @@ export class Et2Password extends Et2InvokerMixin(Et2Textbox)
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
connectedCallback()
|
|
||||||
{
|
|
||||||
super.connectedCallback();
|
|
||||||
this.autocomplete = "new-password";
|
|
||||||
this.updateComplete.then(() =>
|
|
||||||
{
|
|
||||||
this.shadowRoot.querySelector("[type='password']").autocomplete = "new-password";
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
transformAttributes(attrs)
|
transformAttributes(attrs)
|
||||||
{
|
{
|
||||||
if(typeof attrs.suggest !== "undefined")
|
if(typeof attrs.suggest !== "undefined")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user