Auto adjust Accordion/Collapse height based on content
See original GitHub issueFor example, I put the form validation inside the Accordion
content.
After submitting the form, the form appends more error components but Accordion
doesn’t calculate the new height based on content.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
JQuery Accordion Auto Height issue
It will set height according to your content. and will not use blank space as height. Share.
Read more >Accordion Auto Resize Height with Dynamic Page Size
Hello, The autoFill option is making the calculation of the height when the accordion is created. The size isn't adjusted after creation. If ......
Read more >Using CSS Transitions on Auto Dimensions
You've created a collapsed CSS class that applies height: 0 . You try it out, and… the height doesn't transition. It snaps between...
Read more >Collapse
The collapse JavaScript plugin is used to show and hide content. ... Collapsing an element will animate the height from it's current value...
Read more >Screen height adjust based on open/closed accordion?
Currently, if the frame height is set to the accordions closed, when opened in prototype view the content clips down out of the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve managed to find and solve the issue, fix will be out in 3.1 (November 10th)
Yep, I get it now, will see what we can do to solve this.