A silly question, but Antd collapsible panel (accordion), how do I actually edit the accordion content? There doesnt seem to be a way to expand the panel to see the content.
Hello @colorful_tiger. First, set the key prop on your Collapse Panels. Then, you’ll be able to active it in the Collapse activeKey prop.
thank you
Thanks for asking this Chirs, I was having the same issue. Another question for @icaro, is there a way of using content from the CMS in the collapse panels?
Yes. After you open the panel, you can add any component inside of it, even CMS components
Thanks for asking this Chirs, I was having the same issue. Another question for @icaro, is there a way of using content from the CMS in the collapse panels?
Yes. After you open the panel, you can add any component inside of it, even CMS components
got it! thanks! hope I can do the same with selects