Hi All
i am trying to implement Section Expandable in outsystems Reactive Application.i have tried to implement with help of accordion item but its default behaviour is if i click one item then it will automatically close other accordion.but my requirement is when i am trying to open the page all accordion item should be expended.how to achieve this thing in reactive application.
Hi Arkyadeep,
You can set the MultipleItems input parameter of the Accordion to True, so you can have multiple sections open, according to the description of the parameter.
Kind Regards,João