From 7579c032faa3f1b9ad9d42f76da876f38725141e Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 8 Jul 2023 11:29:05 -0700 Subject: [PATCH] fix(select): hide `helperText` if invalid or warning state (#1761) --- src/Select/Select.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Select/Select.svelte b/src/Select/Select.svelte index 1199ed6f..d1a76f94 100644 --- a/src/Select/Select.svelte +++ b/src/Select/Select.svelte @@ -181,7 +181,7 @@ {/if} - {#if helperText} + {#if !invalid && !warn && helperText}