Skip to content

Commit

Permalink
Turn off autocomplete for ensemble name to prevent 1Password from try…
Browse files Browse the repository at this point in the history
…ing to fill it
  • Loading branch information
tedyoung committed Oct 9, 2023
1 parent 75fc6e1 commit d9318a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/ensemble-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h3 class="text-xl sm:text-2xl sm:truncate leading-6 font-medium text-gray-900">
Name
</label>
<div class="mt-0 col-span-2">
<input type="text" th:field="*{name}" required autofocus
<input type="text" th:field="*{name}" required autofocus autocomplete="off"
class="max-w-xs text-sm block w-full shadow-sm focus:ring-indigo-500 focus:border-indigo-500 border-gray-300 rounded-md">
</div>
</div>
Expand Down

0 comments on commit d9318a6

Please sign in to comment.