Merge pull request #225 from andryyy/patch-3

Disable auto-correct on iOS for username
This commit is contained in:
Francis Lachapelle
2016-11-20 16:45:41 -05:00
committed by GitHub

View File

@@ -43,7 +43,7 @@
<md-input-container class="md-block">
<label><var:string label:value="Username"/></label>
<md-icon>person</md-icon>
<input autocapitalize="off" type="text" ng-model="app.creds.username" ng-required="true"/>
<input autocorrect="off" autocapitalize="off" type="text" ng-model="app.creds.username" ng-required="true"/>
</md-input-container>
<md-input-container class="md-block">
<label><var:string label:value="Password"/></label>