Set autocomplete off for tx search (#143)
This commit is contained in:
parent
80f5e6f55c
commit
fdc8f22199
@ -31,7 +31,7 @@
|
||||
|
||||
|
||||
<form class="my-2" action="/admin/ticket" method="post">
|
||||
<input type="text" name="hash" size="64" minlength="64" maxlength="64" required placeholder="Ticket hash">
|
||||
<input type="text" name="hash" size="64" minlength="64" maxlength="64" required placeholder="Ticket hash" autocomplete="off">
|
||||
<button class="ml-3 btn btn-primary" type="submit">Search</button>
|
||||
</form>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user