I have a problem with collapsible item. I dynamically create simple collapsibles using a query service. I want all of the collapsible to be NOT collapsed when they are loaded. Now, no matter if I leave the "collapsed" option unchecked or add data-collapsed="false" to the object it doesn't work, all collapsibles at collapsed when created and shown...
Just creating one collapsible without adding more collapsibles dynamically works as expected.
solution?
V