Add attributes to prevent auto completion (for web app version)

This commit is contained in:
Jonatan Heyman 2024-10-29 16:19:40 +01:00
parent f6b086b7e6
commit 946728060d
2 changed files with 3 additions and 0 deletions

View File

@ -160,6 +160,8 @@
ref="nameInput"
@keydown="onInputKeydown"
@input="errors.name = false"
autocomplete="off"
data-1p-ignore
/>
<label for="folder-select">Create in</label>

View File

@ -217,6 +217,7 @@
@keydown="onKeydown"
@input="onInput"
v-model="filter"
autocomplete="off"
/>
<ul class="items">
<li