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

@@ -34,7 +34,7 @@ THE SOFTWARE.
<tr>
<th>{{'MANAGE_CONNECTION.FIELD_HEADER_NAME' | translate}}</th>
<td><input type="text" ng-model="connection.name"/></td>
<td><input type="text" ng-model="connection.name" autocorrect="off" autocapitalize="off"/></td>
</tr>
<!-- Edit connection location -->