disable browser autocomplete on all input fields

This commit is contained in:
Yuyao Huang
2026-05-09 10:38:00 +08:00
parent 0fc62f2d16
commit 3dbe7f9c17
6 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -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">&times;</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>