Feature Request
Problem
Currently, there's no way to apply custom styles to the Select trigger button for responsive designs. The component doesn't expose className, triggerProps, or any props that forward to StyledSelectTrigger.
Use Case
We need to adjust the Select button's padding, font-size, and height for mobile breakpoints in our responsive
layouts.
Proposed Solution
Add one of:
- triggerProps that forwards to StyledSelectTrigger
- className prop that applies to the trigger button
- triggerClassName specifically for the button
Feature Request
Problem
Currently, there's no way to apply custom styles to the Select trigger button for responsive designs. The component doesn't expose
className,triggerProps, or any props that forward toStyledSelectTrigger.Use Case
We need to adjust the Select button's padding, font-size, and height for mobile breakpoints in our responsive
layouts.
Proposed Solution
Add one of: