Skip to content

Commit

Permalink
docs(Dropdown): better jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed May 19, 2024
1 parent f6a81c0 commit 5c74e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/components/Dropdown/Dropdown.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ export interface DropdownComponentProps extends CustomMenuBaseProps, CustomOptio
*/
isOptionSelected?: (option: DropdownOption, options: DropdownOption[]) => boolean;
/**
* For display the drop down menu in overflow hidden/scroll container.
* Allows the dropdown menu to overflow its container.
*/
insideOverflowContainer?: boolean;
/**
* For display the drop down menu in overflow hidden/scroll container which contains transform css function usage.
* Allows the dropdown menu to overflow its container, including CSS transformations.
*/
insideOverflowWithTransformContainer?: boolean;
/**
Expand Down

0 comments on commit 5c74e2d

Please sign in to comment.