Disable auto-correct on iOS for username

This commit is contained in:
André Peters
2016-11-20 11:16:29 +01:00
committed by GitHub
parent b425632318
commit 56c9f9d288
+1 -1
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>