diff --git a/src/components/Select/Select.tsx b/src/components/Select/Select.tsx index 3517f5e0b1..3cad976d43 100644 --- a/src/components/Select/Select.tsx +++ b/src/components/Select/Select.tsx @@ -129,6 +129,7 @@ export const Select = React.forwardRef(function open: propsOpen, onClose, onOpenChange, + disabled, }); React.useEffect(() => { diff --git a/src/components/Select/__stories__/SelectShowcase.tsx b/src/components/Select/__stories__/SelectShowcase.tsx index b4bb839588..9c74af8587 100644 --- a/src/components/Select/__stories__/SelectShowcase.tsx +++ b/src/components/Select/__stories__/SelectShowcase.tsx @@ -266,12 +266,13 @@ export const SelectShowcase = (props: SelectProps) => { selectProps={{ ...props, className: b('user-control'), - renderControl: ({onClick, onKeyDown, ref, renderClear}) => { + renderControl: ({onClick, onKeyDown, ref, renderClear, disabled}) => { return (