Topic: Can’t Manage Drop Downs to Work
Bruno Blumenschein free asked 6 years ago
I can't make drop downs to work. Is drop down available on the free version at all?
I am on a very basic Angular 5 project, that i configured like the examples in the site.
Is there something else to do, like import scripts for popper.js for example, or anything?
Really going nuts here.
OBS: No erros appears no console, nor on Angular Cli. Just don't show the menus on drop down.
Thanks a lot
Damian Gemza staff answered 6 years ago
<div class="btn-group" dropdown>
<button dropdownToggle type="button" class="btn btn-primary dropdown-toggle waves-light" mdbRippleRadius>
Basic dropdown
</button>
<div class="dropdown-menu dropdown-primary">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
<div class="divider dropdown-divider"></div>
<a class="dropdown-item" href="#">Separated link</a>
</div>
</div>
Here's link for Angular dropdowns: https://mdbootstrap.com/angular/components/dropdowns/
Best Regards,
Damian
Bruno Blumenschein free commented 6 years ago
Most likely I got the code from the wrong version. This code works. Now I am starting to understand the structure of versions that are available in the site. Thank you very much. PS: Loving the tool so far.FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No