Replies: 2 comments 4 replies
-
I believe this is something you would have to deal with yourself in this specific case. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey! Find a solution for this? @aslauris |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a dynamic form inside
<Accordion.Content />
where new rows/items could be added. However,<Accordion.Content />
height is not updated after new DOM elements are added resulting in new rows being invisible. Is there any way to force accordion content height re-calculation or any other workaround to this? Many thanks!Beta Was this translation helpful? Give feedback.
All reactions