mirror of
https://github.com/heyman/heynote.git
synced 2025-01-11 08:28:49 +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"
|
ref="nameInput"
|
||||||
@keydown="onInputKeydown"
|
@keydown="onInputKeydown"
|
||||||
@input="errors.name = false"
|
@input="errors.name = false"
|
||||||
|
autocomplete="off"
|
||||||
|
data-1p-ignore
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<label for="folder-select">Create in</label>
|
<label for="folder-select">Create in</label>
|
||||||
|
@ -217,6 +217,7 @@
|
|||||||
@keydown="onKeydown"
|
@keydown="onKeydown"
|
||||||
@input="onInput"
|
@input="onInput"
|
||||||
v-model="filter"
|
v-model="filter"
|
||||||
|
autocomplete="off"
|
||||||
/>
|
/>
|
||||||
<ul class="items">
|
<ul class="items">
|
||||||
<li
|
<li
|
||||||
|
Loading…
Reference in New Issue
Block a user