Add autofocus
This commit is contained in:
parent
0c1e041b29
commit
894bac4f38
|
@ -21,7 +21,8 @@
|
|||
id => 'search',
|
||||
maxlength => 2047,
|
||||
minlength => 1,
|
||||
required => undef
|
||||
required => undef,
|
||||
autofocus => undef
|
||||
) %>
|
||||
</div>
|
||||
<button type="submit" class="form-button">Search</button>
|
||||
|
|
Loading…
Reference in a new issue