Dynamic Items in ComboBox does not rerender when changed #800
Replies: 1 comment 3 replies
-
add shouldFilter={false} into Command.Root, it's fixed! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have the reactive variable
addressOptions
which changes because of a backend triggered search on addresses, i cant seem to get theCommand.Group
to rerender though. It only appears if i click outside and click on it again after search, but it doesnt seem to be refreshing as the variable changesBeta Was this translation helpful? Give feedback.
All reactions