[Select] [Styling Bug] Specifying root
class key inside inputProps
prop removes default styling
#11867
Closed
2 tasks done
Labels
bug 🐛
Something doesn't work
component: select
This is the name of the generic UI component, not the React module!
good first issue
Great for first contributions. Enable to learn the contribution process.
Expected Behavior
specifying
root
class key insideinputProps
prop should not remove the default styling.Current Behavior
Suppose I have a style like this:
And then, I have a component that renders a
Select
component:This results in the default styling being removed, as shown below:
Before adding style:
After adding style:
Your Environment
The text was updated successfully, but these errors were encountered: