Replies: 1 comment
-
Hello. So did you find the solution ? |
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
-
I am very new to react and creating some dynamic dropdown using this chakra-react-select library. Below is my onchange function and value that I'm setting to this component, I am unable to render this value in dropdown. It's just showing me empty box while in console I can print the value of
segment['segment type']
. How can I use value prop here to set the value of dropdown?Beta Was this translation helpful? Give feedback.
All reactions