Open ImamJanjua opened 6 months ago
Up
Up
Is there anything new about this problem? I am facing same issue.
Add shouldFilter={false}
to your Command component. This solved it for me
Add
shouldFilter={false}
to your Command component. This solved it for me
tysm, that fixed it for me as well
Describe the bug
Hi, as u can see in the video i am trying to implement a component which on input change gets the addres predictions from server. Its using PopOver from shadcn for the for the popover.
Now the thing is that when the first adresses arrive than it will render it but on chnage of the input value, it gets the new predictions but it will not render them?
https://github.com/shadcn-ui/ui/assets/137432044/3ecd75c8-7628-47b7-a6dd-4b0feba439a8
Affected component/components
Combobox
How to reproduce
.
Codesandbox/StackBlitz link
.
Logs
System Info
Before submitting