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
+1 -1
View File
@@ -21,7 +21,7 @@
<h2 id="modal-title">Create Goal</h2>
<button class="modal-close" id="modal-close">&times;</button>
</div>
<form id="goal-form">
<form id="goal-form" autocomplete="off">
<input type="hidden" id="goal-id">
<div class="form-group">
<label for="goal-title">Goal Title</label>