mirror of https://github.com/kcal-app/kcal.git
Don't show typed tag when exact match is found
This commit is contained in:
parent
cfa9e2c1eb
commit
3695810fe7
|
@ -25,6 +25,7 @@
|
|||
</template>
|
||||
<a @click.prevent="addTag(searchTerm)"
|
||||
class="block py-1 px-5 cursor-pointer hover:bg-indigo-600 hover:text-white"
|
||||
x-show="!results.includes(searchTerm)"
|
||||
x-text="searchTerm"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue