mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 04:32:16 +08:00
Merge pull request #6624 from sboursen-scinote/sb_SCI-9661
Disable autocomplete for input-with-history [SCI-9661]
This commit is contained in:
commit
4cf8b62853
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