combobox: fix special state spacing
This commit is contained in:
@@ -529,13 +529,11 @@
|
|||||||
{@render option(opt)}
|
{@render option(opt)}
|
||||||
{:else}
|
{:else}
|
||||||
<!-- Display loading state or not found if no options available -->
|
<!-- Display loading state or not found if no options available -->
|
||||||
<span class="block px-5 py-2 text-sm">
|
|
||||||
{#if loading}
|
{#if loading}
|
||||||
{@render option(loadingOption, true)}
|
{@render option(loadingOption, true)}
|
||||||
{:else}
|
{:else}
|
||||||
{@render option(notFoundOption, true)}
|
{@render option(notFoundOption, true)}
|
||||||
{/if}
|
{/if}
|
||||||
</span>
|
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user