mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 00:02:54 -04:00
Remove browser autocomplete in new file menu
This commit is contained in:
parent
9232a124e2
commit
795331212a
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}}">' +
|
||||
'<input id="{{cid}}-input-{{fileType}}" type="text" value="{{fileName}}" autocomplete="off" autocapitalize="off" autocorrect="off">' +
|
||||
'</form>';
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue