SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 02e174b3 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

make search autofocusable

parent 081fce35
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
<input <input
v-model="basicSearchQuery" v-model="basicSearchQuery"
type="text" type="text"
autofocus
class="form-control" class="form-control"
:id="'basicSearchInput-' + uId" :id="'basicSearchInput-' + uId"
:placeholder="basicSearchInputLabel" :placeholder="basicSearchInputLabel"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment