(search) Add autocomplete attribute to search-form

This commit is contained in:
Viktor Lofgren 2024-05-01 16:21:52 +02:00
parent 1b901e01f2
commit 9fecfc5025

View File

@ -11,7 +11,7 @@
<input type="hidden" name="profile" value="{{profile}}">
<input type="hidden" name="recent" value="{{recent}}">
<input type="submit" form="search-form" title="Execute Search" value="Search">
<input type="submit" form="search-form" title="Execute Search" value="Search" autocomplete="off">
</div>
</form>
<!-- load the first stage mobile customizations script early to avoid flicker -->