I'm using materialize in a project and when creating a dropdown menu I can not 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 does not appear when hovering and continues to open over the clicked item.
The code for 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 know how to help me please understand why these date options do not work.