Replies: 2 comments 2 replies
-
What are you trying to do with it? Maybe there's another solution. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We are doing a search component. That has a SeachField that wraps a ComboBox, when something in the comboBox is selected we want to update the value of the search state. However, we can only set the key. We try to update the SearchField value with the context setValue onSelectionChange in ComboBox but we are only getting the Key. This should work for controlled/uncontrolled.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to access the selectedItem from Combobox component. I tried with the context but it is not available. Should I use the hooks useComboBoxState and useComboBox if I want this?
Beta Was this translation helpful? Give feedback.
All reactions