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 f7f3eac commit 89584b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/combobox-control/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ export type ComboboxControlProps = Pick<
/**
* Show a spinner (and hide the suggestions dropdown) while data
* about the matching suggestions (ie the `options` prop) is loading
*
* @default false
*/
isLoading?: boolean;
};

0 comments on commit 89584b1

Please sign in to comment.