From 3a357c49486459f4c74e7911396ab08c174fd323 Mon Sep 17 00:00:00 2001 From: Adam Silverstein Date: Fri, 31 Jan 2025 08:19:49 -0700 Subject: [PATCH] =?UTF-8?q?Only=20show=20the=20suggestion=20list=20when=20?= =?UTF-8?q?the=20component=20isn=E2=80=99t=20loading=20data?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/components/src/combobox-control/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/combobox-control/index.tsx b/packages/components/src/combobox-control/index.tsx index 33276ed0823f8..9c6bd2a4d75dd 100644 --- a/packages/components/src/combobox-control/index.tsx +++ b/packages/components/src/combobox-control/index.tsx @@ -378,7 +378,7 @@ function ComboboxControl( props: ComboboxControlProps ) { /> ) } - { isExpanded && ( + { isExpanded && ! isLoading && (