Small bugfix for the folder editor popup

This commit is contained in:
the-djmaze 2024-02-13 18:25:17 +01:00
parent 72b481f9c4
commit 72815f842e
3 changed files with 4 additions and 10 deletions

View file

@ -8,7 +8,7 @@
<label data-i18n="GLOBAL/NAME"></label>
<input name="folder" type="text"
autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
required="" data-bind="textInput: nameForEdit, hasfocus: editing">
required="" data-bind="textInput: nameForEdit">
</div>
<div class="control-group">
<label data-i18n="POPUPS_FILTER/SELECT_FIELD_SIZE"></label>