Replies: 1 comment
-
any updates on this? |
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.
-
Hello I'm trying to create floating select using this
Everything is fine except for missing isFocused property. I need to change placeholder color on Focus but I don't have access to it. How am I supposed to get this property, I know that there is isFocused in Control API, but not in Placeholder or ValueContainer to pass it down. Can I connect to Control's state somehow to get it or I need to create state for main component to get access to it?
Beta Was this translation helpful? Give feedback.
All reactions