fix: only show clear button when a value has been selected

This commit is contained in:
DecafDev 2024-09-12 19:27:13 -06:00
parent 31579e2124
commit 8bf3c5b0cf

View file

@ -181,7 +181,7 @@
</div>
{/if}
</div>
{#if filteredOptions.length > 0}
{#if value !== ""}
<Divider />
<div
tabindex="-1"