Skip to content

Commit

Permalink
Remove disabled autocorrect for new file names
Browse files Browse the repository at this point in the history
* ref #22784
  • Loading branch information
MorrisJobke committed Mar 9, 2016
1 parent d4d4b8d commit 88b9db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/js/newfilemenu.js
Expand Up @@ -27,7 +27,7 @@
var TEMPLATE_FILENAME_FORM =
'<form class="filenameform">' +
'<label class="hidden-visually" for="{{cid}}-input-{{fileType}}">{{fileName}}</label>' +
'<input id="{{cid}}-input-{{fileType}}" type="text" value="{{fileName}}" autocomplete="off" autocapitalize="off" autocorrect="off">' +
'<input id="{{cid}}-input-{{fileType}}" type="text" value="{{fileName}}" autocomplete="off" autocapitalize="off">' +
'</form>';

/**
Expand Down

0 comments on commit 88b9db4

Please sign in to comment.