Topic: [BUG]? Dropdown default material no more available in 8.3.0
Expected behavior
By using the class "btn-group" : Default styling for the Bootstrap Dropdown component
Actual behavior
Like if I was using the class "dropdown" : The Material Design styling for Angular Bootstrap Dropdown component
This bug was not present in the previous version
It's the same bug reported here : https://mdbootstrap.com/support/angular/bug-default-dropdown-dropup-material-dropdown/ but with de drop "down" (the drop "up" works well)
Resources (screenshots, code snippets etc.)
<div class="btn-group" mdbDropdown>
<button mdbDropdownToggle type="button" mdbBtn color="light" class="dropdown-toggle waves-light" mdbWavesEffect>
{{ 'SELECT' | translate }}
</button>
<div class="dropdown-menu dropdown-menu-right">
<a class="dropdown-item" (click)="onEdit()">{{ 'EDIT' | translate }}</a>
<a class="dropdown-item" (click)="onDelete()">{{ 'REMOVAL' | translate }}</a>
</div>
</div>
Bartosz Termena staff answered 5 years ago
Dear @iakin
Yes you are right, we have already corrected dropdown problems,
I assure you that in version 8.3.1(monday) using only the class "btn-group" will be shown the default dropdown.
Best Regards, Bartosz.
iakin pro answered 5 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: 8.3.0
- Device: MacBook Air
- Browser: Chrome
- OS: MacOS
- Provided sample code: No
- Provided link: Yes