disable browser autocomplete on all input fields
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<h2 id="modal-title">Create Goal</h2>
|
||||
<button class="modal-close" id="modal-close">×</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>
|
||||
|
||||
Reference in New Issue
Block a user