Skip to content

Commit

Permalink
Merge pull request #639 from mangtronix/iphone-autocaps
Browse files Browse the repository at this point in the history
Disable automatic capitalization for username entry field (Safari)
  • Loading branch information
foosel committed Nov 7, 2014
2 parents eacfcab + 16801ad commit c207578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/octoprint/templates/index.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</a>
<div id="login_dropdown_loggedout" style="padding: 15px" class="dropdown-menu" data-bind="css: {hide: loginState.loggedIn(), 'dropdown-menu': !loginState.loggedIn()}">
<label for="login_user">{{ _('Username') }}</label>
<input type="text" id="login_user" placeholder="{{ _('Username') }}">
<input type="text" id="login_user" placeholder="{{ _('Username') }}" autocapitalize="none">
<label for="login_pass">{{ _('Password') }}</label>
<input type="password" id="login_pass" placeholder="{{ _('Password') }}">
<label class="checkbox">
Expand Down

0 comments on commit c207578

Please sign in to comment.