diff --git a/packages/components/src/combobox-control/types.ts b/packages/components/src/combobox-control/types.ts index 8ecdad501e6b8f..aaabc831bd727d 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