mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 18:52:07 +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"
|
||||
:id="id"
|
||||
type="text"
|
||||
autocomplete="off"
|
||||
class="sci-input-field"
|
||||
@focus="showHistory"
|
||||
@blur="hideHistory"
|
||||
|
|
Loading…
Reference in a new issue