From 36e1d0e6725fb2acce2ac2c8e79a1b6c8d3f28f4 Mon Sep 17 00:00:00 2001 From: carsonmccue <68160575+carsonmccue@users.noreply.github.com> Date: Sun, 19 Feb 2023 11:25:06 -0800 Subject: [PATCH] Update PasswordInput.svelte --- src/TextInput/PasswordInput.svelte | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/TextInput/PasswordInput.svelte b/src/TextInput/PasswordInput.svelte index a904339d..3fe598a9 100644 --- a/src/TextInput/PasswordInput.svelte +++ b/src/TextInput/PasswordInput.svelte @@ -89,6 +89,7 @@ const ctx = getContext("Form"); $: isFluid = !!ctx && ctx.isFluid; + $: helperId = `helper-${id}`; $: errorId = `error-${id}`; $: warnId = `warn-${id}`; @@ -122,6 +123,7 @@ {#if !isFluid && helperText}