GUAC-965: Add autocorrect="off" and autocapitalize="off" where appropriate.

This commit is contained in:
Michael Jumper
2014-12-26 21:49:52 -08:00
parent bcf07148b2
commit 67fb86237c
6 changed files with 18 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ THE SOFTWARE.
<!-- Control to create a new user -->
<div class="user-add-form">
<input type="text" ng-model="newUsername" class="name username"/>
<input type="text" ng-model="newUsername" class="name username" autocorrect="off" autocapitalize="off"/>
<button class="add-user" ng-click="newUser()">{{'MANAGE.ACTION_NEW_USER' | translate}}</button>
</div>