diff --git a/src/lib/forms/Input.svelte b/src/lib/forms/Input.svelte index cb7ade967..fa2b598a0 100644 --- a/src/lib/forms/Input.svelte +++ b/src/lib/forms/Input.svelte @@ -8,12 +8,15 @@ - + {#if $$slots.left} @@ -65,9 +74,14 @@ - {#if $$slots.right} - - {/if} + + {#if $$slots.right} + + {/if} + {#if clearable && value && `${value}`.length > 0} + + {/if} +