materialize: Dropdowns not working
@Dogfalo, did something change on dropdown’s structure? I have this for button:
<a class="dropdown-button" href="#!" data-activates="dropdowngerencial">
Gerencial <i class="mdi-navigation-arrow-drop-down right"></i>
</a>
and this for content:
<ul id="dropdowngerencial" class="dropdown-content">
<li>
<a href="@Url.Action("Index", "Lancamento", new { area = "Gerencial" })" >Lançamentos</a>
</li>
<li>
<a href="@Url.Action("Index", "Historico", new { area = "Gerencial" })" >Histórico</a>
</li>
</ul>
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 17 (3 by maintainers)
In version
1.0.0-rc.1It can be solved using Option:coverTrigger