Merge pull request #22986 from owncloud/remove-disabled-autocorrect-new-file

Remove disabled autocorrect for new file names
remotes/origin/design-experiment
Thomas Müller 2016-03-09 15:05:32 +07:00
commit 42bcea1ef0
1 changed files with 1 additions and 1 deletions

@ -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>';
/**