disable browser autocomplete on all input fields
This commit is contained in:
@@ -123,7 +123,7 @@ function renderUsers() {
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" min="1" value="${user.max_goals}"
|
||||
id="max-goals-${user.user_id}">
|
||||
id="max-goals-${user.user_id}" autocomplete="off">
|
||||
</td>
|
||||
<td>
|
||||
<button class="save-btn" onclick="saveUser(${user.user_id})">Save</button>
|
||||
|
||||
Reference in New Issue
Block a user