diff --git a/src/components/Select/Select.tsx b/src/components/Select/Select.tsx index 9e55244..ef72c69 100644 --- a/src/components/Select/Select.tsx +++ b/src/components/Select/Select.tsx @@ -44,6 +44,7 @@ export interface BoemlySelectProps extends Omit void; onClose?: () => void; @@ -64,6 +65,7 @@ export const BoemlySelect: React.FC = ({ preventDeselection = false, selectAllText = 'Select All', size = 'md', + dropdownWidth, variant = 'outline', borderColor = CustomizedSelect.variants[variant].borderColor, backgroundColor = CustomizedSelect.variants[variant].backgroundColor, @@ -259,6 +261,7 @@ export const BoemlySelect: React.FC = ({ maxHeight={dynamicMaxHeight} overflowY="auto" zIndex="popover" + width={dropdownWidth} > {isSearchable && (