Merge pull request #225 from andryyy/patch-3

Disable auto-correct on iOS for username
pull/226/head
Francis Lachapelle 2016-11-20 16:45:41 -05:00 committed by GitHub
commit a09e6dee06
1 changed files with 1 additions and 1 deletions

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>