Set search field id

This commit is contained in:
Edward Betts 2019-10-16 16:20:01 +01:00
parent 3c992d2a97
commit 61fd14427d

View file

@ -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> <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-if="hits.length" id="item-list">
<div v-for="hit in hits"> <div v-for="hit in hits">