Combobox: remove gap & fix Snippet argument error
This commit is contained in:
@@ -318,7 +318,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</Portal>
|
</Portal>
|
||||||
|
|
||||||
<div class="flex flex-col gap-2">
|
<div>
|
||||||
<!-- Combobox Label -->
|
<!-- Combobox Label -->
|
||||||
{#if label}
|
{#if label}
|
||||||
<Label for={name}>{label}</Label>
|
<Label for={name}>{label}</Label>
|
||||||
@@ -338,7 +338,7 @@
|
|||||||
|
|
||||||
<!-- Search input -->
|
<!-- Search input -->
|
||||||
<div bind:this={searchContainer}>
|
<div bind:this={searchContainer}>
|
||||||
{@render searchInputBox()}
|
{@render searchInputBox(true)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Error message if invalid -->
|
<!-- Error message if invalid -->
|
||||||
|
|||||||
Reference in New Issue
Block a user