From e7dfca992a30674b5b22cb3711bd8a7f79c193e6 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 4 Dec 2025 03:02:51 -0800 Subject: [PATCH] add muted and suffixSnippet props to Select component --- src/lib/components/ui/Select.svelte | 195 ++++++++++++++++++++-------- 1 file changed, 143 insertions(+), 52 deletions(-) diff --git a/src/lib/components/ui/Select.svelte b/src/lib/components/ui/Select.svelte index 001169b0..801daa97 100644 --- a/src/lib/components/ui/Select.svelte +++ b/src/lib/components/ui/Select.svelte @@ -1,6 +1,7 @@