Topic: Collapsable
                  
                  junior5417
                  pro
                  asked 7 years ago
                
                How do i set the collapsable are active by default?
                
                
                
              
              
            <!--Accordion wrapper-->
<mdb-squeezebox [multiple]="false" aria-multiselectable="true">
    <mdb-item  *ngFor="let item of itemsList">
        <mdb-item-head> {{ item.title }} </mdb-item-head>
        <mdb-item-body> {{ item.description }} </mdb-item-body>
    </mdb-item>
</mdb-squeezebox>
<!--/.Accordion wrapper-->
                            
                
                  FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
              Resolved
Specification of the issue
              - ForumUser: Pro
 - Premium support: No
 - Technology: MDB Angular
 - MDB Version: -
 - Device: -
 - Browser: -
 - OS: -
 - Provided sample code: No
 - Provided link: No
 
Tags
                  
Damian Gemza staff commented 7 years ago
Dear junion5417, Please use [collapsed]="false" control on your mdb-item element. Best Regards, Damianjunior5417 pro commented 7 years ago
Thanksjunior5417 pro commented 7 years ago
Btw, is there any way i can disable the mdb-itemDamian Gemza staff commented 7 years ago
Dear junior5417, Unfortunately no. There's no way to disable the mdb-item. We'll try to add such control in next releases. Best Regards, Damian