disable browser autocomplete on all input fields
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="filter-group search-group">
|
||||
<input type="text" id="filter-search" placeholder="Search notes...">
|
||||
<input type="text" id="filter-search" placeholder="Search notes..." autocomplete="off">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<h2 id="note-modal-title">New Note</h2>
|
||||
<button class="modal-close" id="note-modal-close">×</button>
|
||||
</div>
|
||||
<form id="note-form">
|
||||
<form id="note-form" autocomplete="off">
|
||||
<input type="hidden" id="note-id">
|
||||
<div class="form-group">
|
||||
<label for="note-title">Title</label>
|
||||
|
||||
Reference in New Issue
Block a user