Set search field id
This commit is contained in:
parent
3c992d2a97
commit
61fd14427d
|
@ -152,7 +152,7 @@ span.description { color: rgb(96, 96, 96); }
|
|||
|
||||
<button type="submit" v-if="new_depicts.length" class="btn btn-primary">add these to painting on Wikidata</button>
|
||||
|
||||
<input class="form-control-lg my-2 w-100" autofocus autocomplete="off" v-model.trim="searchTerms" @input="search" />
|
||||
<input class="form-control-lg my-2 w-100" autofocus autocomplete="off" v-model.trim="searchTerms" id="search-field" @input="search" />
|
||||
|
||||
<div v-if="hits.length" id="item-list">
|
||||
<div v-for="hit in hits">
|
||||
|
|
Loading…
Reference in a new issue