No possibility to set custom background color #864
Replies: 1 comment 3 replies
-
@MichalskiMaximilian that's right, the approach you're describing won't work for the multi-select input because it's a composite component meant to emulate the appearance of an input. There are inline styles setting the color to .rbt-input {
background-color: red;
} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unfortunatly it is not possible to change the Background of the multiple selctor. Even the solution with the input props which works for
multiple:{false}
has no effect. The color doesn't change.Is there a possibility to fix this or another way to set the BackgroundColor when the multiple property is set?
Beta Was this translation helpful? Give feedback.
All reactions