Accordion open direction

Hi,

Is there a way to have a accordion open up wards instead of down?

-Tomas

Hi,

Here is a snippet: Code Snippet
I want to have the accordion header stay on the bottom and the accordionitem open upwards.

-Tomas

Hello @TomasF,

Unfortunately, we cannot change the direction of the accordion from bottom to top. But we can simulate an accordion using CSS-selectors and methods addCss(), removeCss() and methods hide() and show().

Please, check out the snippet with the example: Code Snippet