Default collapsed section does not work
Hi,
I'm trying to make a collapsed section the default in my blade file. I followed the documentation (https://filamentphp.com/docs/3.x/support/blade-components/section), the
collapsible
works fine by itself, however when I add the collapsed
, the section is not collapsed and the collapsible
doesn't work anymore. Even without the collapsible
, the collapsed
doesn't work.
Here's my code:
Do you have any ideas?
Thanks for your help.1 Reply
Here is a video of the problem when i add
collapsible
+ collapsed
: