Replies: 2 comments
-
Can you show me what the data looks like? Maybe a codesandbox reproduction |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried making an example as close to the code as you provided as I could, and it appears to work fine: https://codesandbox.io/s/chakra-react-select-demo-default-option-color-hrgm8?file=/example.js In order to set a color on a tag, either include the const options = [{
label: "Blue",
value: "blue",
colorScheme: "blue",
}] or pass the return (
<Select colorScheme="purple" />
); |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Default values are not given the appropriate color
Beta Was this translation helpful? Give feedback.
All reactions