Add autofocus

This commit is contained in:
swaggboi 2023-10-28 01:44:54 -04:00
parent 0c1e041b29
commit 894bac4f38

View File

@ -21,7 +21,8 @@
id => 'search', id => 'search',
maxlength => 2047, maxlength => 2047,
minlength => 1, minlength => 1,
required => undef required => undef,
autofocus => undef
) %> ) %>
</div> </div>
<button type="submit" class="form-button">Search</button> <button type="submit" class="form-button">Search</button>