Anyone else having issues with nestable Accordion having all tabs on frontend expanded by default? I have a staging site which was built on 1.5-beta and after the upgrade to 1.5 RC this issue occured.
Using the setting Expand first item or Independent toggle does not affect it.
Not sure if it is a bug or something’s broke during the upgrade so wanna verify with the community first.
Could be helpful for someone. When you convert divs within the nested accordion to blocks, they get Display set to ‘flex’. That results in all accordion tabs being open by default because it breaks the script behind.
I’m encountering the same issue here, but this time with the product loop inside the accordion. I’ve tried to set the display property of the wrap to none, but it disappeared totally.
Am I doing it wrong or is there any workaround to solve the issue, please?
Reset the display value of the item completely and do not set anything there - then it will work. As soon as you set something, you overwrite the default behavior. If you need a specific display value like flex, add a block or div element within the item wrapper.
I’m having the same issue. I’ve tried setting the display to none and then back to flex on the accordion and it’s child divs, still no luck. Would anything else be causing this?