Clicking an accordion in a list overlaps the existing items #385
Unanswered
arunmmanoharan
asked this question in
Q&A
Replies: 1 comment
-
React Virtual has a Here's a working example with Headless UI's collapsible component: https://codesandbox.io/s/dynamic-resize-disclosure-forked-4vwnn7?file=/src/VirtualRow.tsx |
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.
-
Hi, I am using react-virtual to render a list of accordion elements. When the accordion is collapsed, the list looks great. When I expand one accordion, it flows into the other accordions. How do I fix it in a way that the other items automatically go below the opened accordion?
This is my stackblitz link.
Expected behavior: Similar to this.
Please advice.
Beta Was this translation helpful? Give feedback.
All reactions