update pin fields

This commit is contained in:
Luke Pulverenti
2016-03-02 15:34:01 -05:00
parent dfd3548951
commit dfb7baaec3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -88,7 +88,7 @@
<div>${EasyPasswordHelp}</div>
<br />
<div>
<paper-input type="password" id="txtEasyPassword" label="${LabelEasyPinCode}" autocomplete="off"></paper-input>
<paper-input type="number" id="txtEasyPassword" label="${LabelEasyPinCode}" autocomplete="off" pattern="[0-9]*" step="1" maxlength="5"></paper-input>
</div>
<br />
<div>
+1 -1
View File
@@ -60,7 +60,7 @@
<div>${EasyPasswordHelp}</div>
<br />
<div>
<paper-input type="password" id="txtEasyPassword" label="${LabelEasyPinCode}" autocomplete="off"></paper-input>
<paper-input type="number" id="txtEasyPassword" label="${LabelEasyPinCode}" autocomplete="off" pattern="[0-9]*" step="1" maxLength="5"></paper-input>
</div>
<br />
<div>