Replies: 4 comments 2 replies
-
I am having the exact same issue. We sometimes have thousands of elements in our combobox. I'm on an M2 mac and the delay is 6 seconds. I can't imagine how bad it is for people with slower machines. I hoped there was some kind of lazy-rendering option but I don't see anything. This might force us to use a different approach entirely. |
Beta Was this translation helpful? Give feedback.
-
I am having the same issue too. I tested it with an if someone need to test, following is attached a simple react-app reproducing the error: |
Beta Was this translation helpful? Give feedback.
-
Same identical issue. |
Beta Was this translation helpful? Give feedback.
-
In my case, virtual scrolling gave a surprising performance boost. I don't understand why my unfiltered list renders quicker with virtual scrolling enabled, but it does 🤷♂️ |
Beta Was this translation helpful? Give feedback.
-
I am trying to populate a big list (200 elements) into the comboBox headless UI component found in Vue 3, TailwindUI for my project with latest versions. generating the list can sometimes be slow as well.
when I click comboBox input getting delay to open dropdown
Beta Was this translation helpful? Give feedback.
All reactions