mirror of
https://github.com/heyman/heynote.git
synced 2024-12-23 15:18:48 +01:00
Add attributes to prevent auto completion (for web app version)
This commit is contained in:
parent
f6b086b7e6
commit
946728060d
@ -160,6 +160,8 @@
|
||||
ref="nameInput"
|
||||
@keydown="onInputKeydown"
|
||||
@input="errors.name = false"
|
||||
autocomplete="off"
|
||||
data-1p-ignore
|
||||
/>
|
||||
|
||||
<label for="folder-select">Create in</label>
|
||||
|
@ -217,6 +217,7 @@
|
||||
@keydown="onKeydown"
|
||||
@input="onInput"
|
||||
v-model="filter"
|
||||
autocomplete="off"
|
||||
/>
|
||||
<ul class="items">
|
||||
<li
|
||||
|
Loading…
Reference in New Issue
Block a user