Skip to content

Commit

Permalink
Update packages/components/src/combobox-control/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: George Mamadashvili <[email protected]>
  • Loading branch information
adamsilverstein and Mamaduka authored Feb 4, 2025
1 parent bcf4638 commit f7f3eac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/combobox-control/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7f3eac

Please sign in to comment.