fix yellow bars in chrome forms
This commit is contained in:
parent
cc5dbb00f0
commit
9cb7c2920d
2 changed files with 16 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
|||
|
||||
<h1 style="text-align: left;">${HeaderPleaseSignIn}</h1>
|
||||
|
||||
<div style="display: none;">
|
||||
<input type="text" id="PreventChromeAutocomplete" name="PreventChromeAutocomplete" autocomplete="address-level4" />
|
||||
</div>
|
||||
|
||||
<paper-input type="text" id="txtManualName" required="required" label="${LabelUser}" autocomplete="off"></paper-input>
|
||||
|
||||
<paper-input id="txtManualPassword" type="password" label="${LabelPassword}" autocomplete="off"></paper-input>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue