Change the placeholder's colour in a select component and its styling. #4125
Unanswered
NotNotRama
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
You can reference #147 for further details:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently trying to change the colour of the placeholder in a select component.
I'm currently a bit in the dark as I don't know where I should place the
classNamethat should change the colour (if it should be placed onSelectValueor inSelectTrigger). Tried in both places without much luck.Also tried using
data-[placeholder]:instead of justplaceholder:but the problem persists.Another issue I'm having with this component is that sometimes when I'm out of focus I'd get a gray line on the right of it
Beta Was this translation helpful? Give feedback.
All reactions