Skip to content
Snippets Groups Projects
Commit 52f02fe9 authored by Morris Jobke's avatar Morris Jobke
Browse files

Remove disabled autocorrect for new file names

* ref #22784
parent afe3fdbf
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
var TEMPLATE_FILENAME_FORM = var TEMPLATE_FILENAME_FORM =
'<form class="filenameform">' + '<form class="filenameform">' +
'<label class="hidden-visually" for="{{cid}}-input-{{fileType}}">{{fileName}}</label>' + '<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>'; '</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