Skip to content
Snippets Groups Projects
Commit 42bcea1e authored by Thomas Müller's avatar Thomas Müller
Browse files

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

Remove disabled autocorrect for new file names
parents d0a70a97 52f02fe9
No related branches found
No related tags found
No related merge requests found
......@@ -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>';
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment