Shadcn ComboBox form + Virtualized TanSack list in NextJs14 application
I have a client component in nextjs that implements a form which contains a dropdown coupled with search properties, it uses the fammous shadcn library + some tanstack virtualizer because the list of items I have is really big. I am almost trying to make this work , however when I click and dropdown selection appears the values are not displayed, only when i start typing to search is that the values are displayed. I do not understand why this is happening, here is the code for my component.