mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-11 00:41:41 +08:00
Disable autocomplete for input-with-history [SCI-9661]
This commit is contained in:
parent
66789f9cf2
commit
eea386cb20
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
:placeholder="placeholder"
|
:placeholder="placeholder"
|
||||||
:id="id"
|
:id="id"
|
||||||
type="text"
|
type="text"
|
||||||
|
autocomplete="off"
|
||||||
class="sci-input-field"
|
class="sci-input-field"
|
||||||
@focus="showHistory"
|
@focus="showHistory"
|
||||||
@blur="hideHistory"
|
@blur="hideHistory"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue