diff --git a/src/components/input/SelectInput.tsx b/src/components/input/SelectInput.tsx index 2a3ff98c..fc7926cc 100644 --- a/src/components/input/SelectInput.tsx +++ b/src/components/input/SelectInput.tsx @@ -89,7 +89,7 @@ const CustomControl = < >( props: ControlProps ) => { - const { children } = props; + const { children, innerProps, className } = props; const customProps = props.selectProps as unknown as { shouldShowAdornment?: boolean; @@ -101,7 +101,10 @@ const CustomControl = < return ( -
+
{shouldShowAdornment && startAdornment} {children}