Added ASIN support in the title field

This commit is contained in:
Keagan Hilliard 2021-12-07 10:27:30 -08:00
parent 9423727f89
commit 059d6d96a7
2 changed files with 23 additions and 1 deletions

View file

@ -6,7 +6,7 @@
<ui-dropdown v-model="provider" :items="providers" label="Provider" small />
</div>
<div class="w-72 px-1">
<ui-text-input-with-label v-model="searchTitle" label="Search Title" placeholder="Search" />
<ui-text-input-with-label v-model="searchTitle" :label="provider == 'audible' ? 'Search Title or ASIN' : 'Search Title'" placeholder="Search" />
</div>
<div class="w-72 px-1">
<ui-text-input-with-label v-model="searchAuthor" label="Author" />