From 736c5ff4676edca030ab73795db5cd5aa8c74365 Mon Sep 17 00:00:00 2001 From: Adam Silverstein Date: Fri, 31 Jan 2025 07:59:55 -0700 Subject: [PATCH] Update packages/components/src/combobox-control/types.ts Co-authored-by: Marco Ciampini --- packages/components/src/combobox-control/types.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/components/src/combobox-control/types.ts b/packages/components/src/combobox-control/types.ts index d01aa213554c8..8ecdad501e6b8 100644 --- a/packages/components/src/combobox-control/types.ts +++ b/packages/components/src/combobox-control/types.ts @@ -88,7 +88,8 @@ export type ComboboxControlProps = Pick< placeholder?: string; /** - * When loading, combobox will show a spinner + * Show a spinner (and hide the suggestions dropdown) while data + * about the matching suggestions (ie the `options` prop) is loading */ isLoading?: boolean; };