From f7f3eac35d445fa842239ba5d5b9aed658288bc9 Mon Sep 17 00:00:00 2001 From: Adam Silverstein Date: Tue, 4 Feb 2025 07:55:37 -0700 Subject: [PATCH] Update packages/components/src/combobox-control/types.ts Co-authored-by: George Mamadashvili --- packages/components/src/combobox-control/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/components/src/combobox-control/types.ts b/packages/components/src/combobox-control/types.ts index 8ecdad501e6b8..aaabc831bd727 100644 --- a/packages/components/src/combobox-control/types.ts +++ b/packages/components/src/combobox-control/types.ts @@ -86,7 +86,6 @@ export type ComboboxControlProps = Pick< * If passed, the combobox input will show a placeholder string if no values are present. */ placeholder?: string; - /** * Show a spinner (and hide the suggestions dropdown) while data * about the matching suggestions (ie the `options` prop) is loading