Div elements that should collapse and expand do not seem to work properly. I have also checked the latest version of Demo, same problem. Here is an example of such element (from demo 1) that should collapse and expand.
<div class="collapse show"></div>
Double-check that you are initializing the collapse/expand geometry dash lite functionality correctly using Bootstrap's JavaScript components.
Hi,
I think this 'expand' logic should be written in Angular (it works in the HTML version cause it's using Boostrap lib scripts for it). We don't use js files from Bootstrap at all.
You can use https://ng-bootstrap.github.io/#/components/collapse/examples instead.
Regards,
Keenthemes support
Cannot edit the post because page throws some errors..
Cannot edit the comment as well because page throws some errors.. Previously, while posting the comment here, it removed the ID from child divHere are code samples:Parent div - card header
<div class="card-header border-0" role="button" data-bs-toggle="collapse" data-bs-target="#kt_account_email_preferences" aria-expanded="true" aria-controls="kt_account_email_preferences"> </div>
<div class="collapse show">
<div class="card-header border-0" role="button" data-bs-toggle="collapse" data-bs-target="#kt_account_email_preferences" aria-expanded="true" aria-controls="kt_account_email_preferences"> </div>
<div class="collapse show"> </div>