**Describe the bug** The style of the select component can't be changed **To Reproduce** Steps to reproduce the behavior: - Try to override the style with `const StyledSelect = styled(Select)...` - Note that the styling has no effect on the control **Additional information** The `className` property is missing from the top level warpper
Describe the bug
The style of the select component can't be changed
To Reproduce
Steps to reproduce the behavior:
const StyledSelect = styled(Select)...Additional information
The
classNameproperty is missing from the top level warpper