diff --git a/src/TextInput/PasswordInput.svelte b/src/TextInput/PasswordInput.svelte index c548fe9e..9c00dae9 100644 --- a/src/TextInput/PasswordInput.svelte +++ b/src/TextInput/PasswordInput.svelte @@ -129,7 +129,7 @@ {/if} {/if} - {#if !inline && labelText} + {#if !inline && (labelText || $$slots.labelText)}