Replies: 1 comment
-
Some prior discussions that may help #6211 Can you check if any of these apply? Otherwise, a reproduction in codesandbox or stackblitz would help. |
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.
-
I've currently set up a
ComboBox
with the standard ListBox in a Popover. However, throughconsole.log()
I've noticed that theListBoxSection
and everything within it does not re-run. I see that there's adependencies
prop for theListBox
component and provided that as well. It is definitely being provided new array references and I am not mutating it, but I cannot seem to get anything within theListBox
to re-run. This is proving to be an issue because I want theHeader
to show a number next to the text that changes as the user types in a string to search by. Any ideas what's going on???Beta Was this translation helpful? Give feedback.
All reactions