-1
I’m using materialize in a project and when creating a dropdown menu I can’t use the options available in the materialize documentation to customize the dropdown.
Options such as: data-Hover="true" data-beloworigin="true" data-cosntrainwidth="false"
Still the dropdown is not displayed while hovering and continues to open on top of the clicked item.
The code of the menu item configured with the dropdown is as follows:
`<li>
<a class="dropdown-trigger" data-target="dropdown1" data-activates="dropdown1" data-hover="true" data-beloworigin="true" data-cosntrainwidth="false"> Prefeitura
<i class="material-icons right">arrow_drop_down</i>
</a>
</li>`
If you can help me please understand why these date options don’t work.
I could post your code?
– anderson seibert
Face the first step for you to get an answer that suits you is to edit the question and include the HTML / CSS and JS code you are using. Without this we can not answer you. And tell which version of Materialize you are using!
– hugocsl
Version v1.0.0 materializes
– Matheus